forked from DGNum/colmena
.github/manual: Fix github-pages-deploy-action version tag
This commit is contained in:
parent
5d2f128515
commit
e82993a83e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/manual.yml
vendored
2
.github/workflows/manual.yml
vendored
|
@ -36,7 +36,7 @@ jobs:
|
|||
run: nix build .#manual -L
|
||||
|
||||
- name: Deploy manual
|
||||
uses: JamesIves/github-pages-deploy-action@4.3.4
|
||||
uses: JamesIves/github-pages-deploy-action@v4.3.4
|
||||
with:
|
||||
branch: gh-pages
|
||||
folder: result
|
||||
|
|
Loading…
Reference in a new issue