Skip to content

Commit

Permalink
list contents of website before publishing (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattnite authored Dec 20, 2024
1 parent 6fbea8a commit 95803e6
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,12 +62,14 @@ jobs:
echo "{ \"releases\": [$(IFS=,; echo "${releases_with_artifact[*]}")] }" > website/zig-out/www/downloads/microzig/metadata.json
echo "List of files uploaded to github pages:"
tree website/zig-out/www
- name: Build
working-directory: website
run: zig build

- name: List Contents
run: tree website/zig-out/www

- name: Upload Artifact
uses: actions/upload-pages-artifact@v3
id: deployment
Expand Down

0 comments on commit 95803e6

Please sign in to comment.