mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 02:11:33 +00:00
dev: should reduce CI build times
This commit is contained in:
parent
7db1f6779c
commit
6694b65c82
3 changed files with 9 additions and 6 deletions
3
.github/workflows/manual.yml
vendored
3
.github/workflows/manual.yml
vendored
|
@ -1,5 +1,6 @@
|
|||
name: Github Pages docs
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
@ -25,7 +26,7 @@ jobs:
|
|||
uses: cachix/install-nix-action@v18
|
||||
- name: Build
|
||||
run: |
|
||||
nix build '.#docs-html'
|
||||
nix build '.#docs'
|
||||
cp -r result/share/doc/neovim-flake public
|
||||
- name: Deploy
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue