CI: cleanup

This commit is contained in:
raf 2023-10-01 16:17:48 +03:00
commit e5df60172a
No known key found for this signature in database
GPG key ID: 02D1DD3FA08B6B29
3 changed files with 25 additions and 9 deletions

View file

@ -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: