Skip to content

Commit

Permalink
undo not fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mattnite committed Dec 20, 2024
1 parent e2211a7 commit 7ffe2fb
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/publish-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,13 @@ jobs:
echo "Generating metadata.json"
echo "{ \"releases\": [$(IFS=,; echo "${releases_with_artifact[*]}")] }" > website/zig-out/www/downloads/microzig/metadata.json
echo "Build website"
cd website
zig build
- name: Build Website
run: zig build
working-directory: website

echo "List of files uploaded to github pages:"
tree zig-out/www
- name: List Contents
run: tree zig-out/www
working-directory: website

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

0 comments on commit 7ffe2fb

Please sign in to comment.