Skip to content

Commit

Permalink
build website after collecting download contents (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattnite authored Dec 20, 2024
1 parent 8097773 commit 6fbea8a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 78 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ jobs:
- name: Authenticate with GitHub CLI
run: gh auth login --with-token <<< "${{ secrets.GITHUB_TOKEN }}"

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

- name: List, download, unpack, and generate metadata
run: |
# Create an array to store releases with the artifact
Expand Down Expand Up @@ -68,6 +64,10 @@ jobs:
echo "List of files uploaded to github pages:"
tree website/zig-out/www
- name: Build
working-directory: website
run: zig build

- name: Upload Artifact
uses: actions/upload-pages-artifact@v3
id: deployment
Expand Down
38 changes: 0 additions & 38 deletions website/.github/workflows/pr.yml

This file was deleted.

36 changes: 0 additions & 36 deletions website/.github/workflows/website.yml

This file was deleted.

0 comments on commit 6fbea8a

Please sign in to comment.