Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mattnite committed Dec 20, 2024
1 parent a4290ef commit 0c25c55
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ jobs:
echo "{ \"releases\": [$(IFS=,; echo "${releases_with_artifact[*]}")] }" > website/zig-out/www/downloads/microzig/metadata.json
- name: Build Website
run: zig build --summary all
run: |
zig build --summary all
tree zig-out/www
working-directory: website

- name: List Contents
Expand Down

0 comments on commit 0c25c55

Please sign in to comment.