Skip to content

Commit

Permalink
build website in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mattnite committed Nov 1, 2024
1 parent a4d5d92 commit 906a423
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
- name: Unit Test Ports
run: zig build run-port-tests -Doptimize=ReleaseSmall

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

- name: Dry run packaging
if: ${{ matrix.os == 'macos-latest' }}
run: |
Expand Down

0 comments on commit 906a423

Please sign in to comment.