Skip to content

Commit

Permalink
fix: make pages_deploy_main.yaml to pull submodules
Browse files Browse the repository at this point in the history
Signed-off-by: George Cosma <[email protected]>
  • Loading branch information
george-cosma committed Sep 25, 2024
1 parent 6b0827f commit 7555d9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages_deploy_main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
with:
name: dlr-ft
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
- run: nix build .#wasm-interpreter --print-build-logs
- run: nix build .#report --print-build-logs
- run: nix build .?submodules=1#wasm-interpreter --print-build-logs
- run: nix build .?submodules=1#report --print-build-logs
- name: Deploy to Github Pages
uses: peaceiris/[email protected]
with:
Expand Down

0 comments on commit 7555d9d

Please sign in to comment.