Skip to content

Commit

Permalink
CI: use the correct path in pages
Browse files Browse the repository at this point in the history
  • Loading branch information
NotAShelf committed Apr 28, 2024
1 parent d2d2c2a commit a12a26e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a12a26e

Please sign in to comment.