Skip to content

Commit

Permalink
fix: LHTW
Browse files Browse the repository at this point in the history
  • Loading branch information
Indyandie committed Oct 21, 2024
1 parent c96fe52 commit 5e18581
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deno.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,18 @@ jobs:
- name: Run Build
run: deno run -A build
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
uses: actions/upload-pages-artifact@v4
with:
path: ./dist/

deploy:
needs: build
runs-on: ubuntu-latest
name: Deploy
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4

0 comments on commit 5e18581

Please sign in to comment.