Skip to content

Commit eb427a1

Browse files
authored
Try fixing publication again (#670)
1 parent dfdf3d2 commit eb427a1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/publish-github-pages.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ jobs:
2727
- name: Authenticate with GitHub CLI
2828
run: gh auth login --with-token <<< "${{ secrets.GITHUB_TOKEN }}"
2929

30+
- name: Build Website
31+
run: zig build --summary all
32+
working-directory: website
33+
3034
- name: List, download, unpack, and generate metadata
3135
run: |
3236
# Create an array to store releases with the artifact
@@ -61,9 +65,7 @@ jobs:
6165
echo "Generating metadata.json"
6266
echo "{ \"releases\": [$(IFS=,; echo "${releases_with_artifact[*]}")] }" > website/zig-out/downloads/microzig/metadata.json
6367
64-
- name: Build Website
65-
run: zig build --summary all -f
66-
working-directory: website
68+
6769
6870
- name: List Contents
6971
run: tree zig-out

0 commit comments

Comments
 (0)