mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 02:11:33 +00:00
CI: cleanup
This commit is contained in:
parent
9873d2bc98
commit
e5df60172a
3 changed files with 25 additions and 9 deletions
5
.github/workflows/manual.yml
vendored
5
.github/workflows/manual.yml
vendored
|
@ -4,7 +4,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
paths:
|
||||
# build the manuals only when docs directory is updated
|
||||
- docs/**
|
||||
|
||||
|
@ -25,12 +25,15 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Install Nix
|
||||
uses: cachix/install-nix-action@v18
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
nix build '.#docs'
|
||||
cp -r result/share/doc/neovim-flake public
|
||||
|
||||
- name: Deploy
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue