fix(ci): Changed derivation name
This commit is contained in:
parent
e665e52fe2
commit
1381269748
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
|||
- uses: DeterminateSystems/nix-installer-action@v9
|
||||
- uses: DeterminateSystems/magic-nix-cache-action@v2
|
||||
- name: Build documentation
|
||||
run: nix build .#doc --print-build-logs
|
||||
run: nix build .#docs --print-build-logs
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v1
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue