mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-07 14:55:59 +01:00
chore: upload docs build artifacts
This commit is contained in:
parent
b3b4f54c89
commit
5eeefbab3d
1 changed files with 5 additions and 0 deletions
5
.github/workflows/check-docs.yml
vendored
5
.github/workflows/check-docs.yml
vendored
|
@ -40,5 +40,10 @@ jobs:
|
|||
run: nix flake check
|
||||
- name: Build neovim-flake with default settings
|
||||
run: nix build .#${{ matrix.package }} --print-build-logs
|
||||
- name: Upload doc artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: doc
|
||||
path: result/share/doc/neovim-flake/
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue