Skip to content

Commit

Permalink
chore(ci): Fix pages artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Nov 4, 2024
1 parent 904e81d commit 6352fc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/web_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
deno-version: v2.x
- run: deno task build
working-directory: ./web
- uses: actions/upload-artifact@v4
- name: Upload GitHub Pages artifact
uses: actions/upload-pages-artifact@v3
with:
name: web
path: web/dist

deploy:
Expand Down

0 comments on commit 6352fc5

Please sign in to comment.