CI: use the correct path in pages

This commit is contained in:
NotAShelf 2024-04-28 20:35:31 +03:00
parent d2d2c2a227
commit a12a26e405
No known key found for this signature in database
GPG Key ID: 02D1DD3FA08B6B29
2 changed files with 2 additions and 2 deletions

View File

@ -48,4 +48,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: "${{ matrix.package }}"
path: result/share/doc/neovim-flake/
path: result/share/doc/nvf

View File

@ -33,7 +33,7 @@ jobs:
- name: Build
run: |
nix build '.#docs'
cp -r result/share/doc/neovim-flake public
cp -r result/share/doc/nvf public
- name: Deploy
uses: peaceiris/actions-gh-pages@v4