Skip to content

Commit

Permalink
Fix call inside ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rikhuijzer committed Jan 4, 2025
1 parent bbd5758 commit a78a91a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: cargo test

- name: Build site into the public/ dir
run: ./script/build.sh
run: just build

- uses: actions/upload-pages-artifact@v3
if: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit a78a91a

Please sign in to comment.