workflows: fix the ci for deployment of the docs website

This commit is contained in:
Soliprem 2025-12-12 05:44:06 +01:00
commit d5d46e501b

View file

@ -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 }}