mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-12-14 08:01:02 +00:00
workflows: fix the ci for deployment of the docs website
This commit is contained in:
parent
d6a2a1a60a
commit
d5d46e501b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/manual.yml
vendored
2
.github/workflows/manual.yml
vendored
|
|
@ -47,7 +47,7 @@ jobs:
|
|||
- uses: DeterminateSystems/nix-installer-action@main
|
||||
- run: |
|
||||
nix build .#docs -Lv
|
||||
cp -r result/share/doc/nvf public
|
||||
cp -r result/share/doc public
|
||||
- uses: peaceiris/actions-gh-pages@v4
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue