docs: Deploy both stable & unstable docs to github pages

This commit is contained in:
traxys 2024-05-21 19:40:23 +02:00
parent 1c9f2a23a6
commit b0b010a0e9
3 changed files with 13 additions and 2 deletions

View file

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