Skip to content

Commit

Permalink
Disable sandbox when building Guide
Browse files Browse the repository at this point in the history
  • Loading branch information
mpscholten committed May 9, 2024
1 parent 853d2ff commit 1e0717f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Build Docs
run: |
cd $GITHUB_WORKSPACE/Guide
nix build --impure --out-link guide.tar.gz
nix build --option sandbox false --impure --out-link guide.tar.gz
- name: Build API Reference
run: |
cd $GITHUB_WORKSPACE
Expand Down

0 comments on commit 1e0717f

Please sign in to comment.