Skip to content

Commit

Permalink
Update publish-github-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mattnite authored Nov 2, 2024
1 parent 2e40c2c commit 8e47614
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ jobs:
version: 0.13.0

- name: Build
working-directory: website
run: zig build

- name: Upload Artifact
uses: actions/upload-pages-artifact@v3
working-directory: website
id: deployment
with:
path: zig-out/www
Expand Down

0 comments on commit 8e47614

Please sign in to comment.