mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 01:38:40 +02:00
docs: Deploy both stable & unstable docs to github pages
This commit is contained in:
parent
1c9f2a23a6
commit
b0b010a0e9
3 changed files with 13 additions and 2 deletions
4
.github/workflows/build_documentation.yml
vendored
4
.github/workflows/build_documentation.yml
vendored
|
@ -44,12 +44,12 @@ jobs:
|
|||
name: nix-community
|
||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
|
||||
- run: nix build .#docs --show-trace
|
||||
- run: ./build-docs.sh
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v3
|
||||
with:
|
||||
path: "result/share/doc"
|
||||
path: "docs-build"
|
||||
|
||||
- name: Deploy to GitHub Pages
|
||||
id: deployment
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue