fix(ci): Wrong output name
This commit is contained in:
parent
d948ad5fd6
commit
4e789f7073
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
|||
- uses: DeterminateSystems/nix-installer-action@v9
|
||||
- uses: DeterminateSystems/magic-nix-cache-action@v2
|
||||
- name: Build documentation
|
||||
run: nix build .#docs --print-build-logs
|
||||
run: nix build .#doc --print-build-logs
|
||||
- name: Adjust permissions
|
||||
run: |
|
||||
chown -R "$(id -u):$(id -g)" ./result
|
||||
|
|
Loading…
Reference in a new issue