updated documentation process

This commit is contained in:
rasmus-kirk
2024-02-23 16:31:16 +01:00
parent 19db820823
commit f1e1b59ba5
4 changed files with 58 additions and 55 deletions
+4 -4
View File
@@ -36,12 +36,12 @@ jobs:
- run: nix build .#docs
- run: nix run .#pandoc
- run: mkdir -p out && cp ./result/* out
- name: Store pandoc
- name: Store docs
uses: ./.github/actions/upload-artifact
with:
name: pandoc
name: docs
path: ./out
deploy-docs:
@@ -57,7 +57,7 @@ jobs:
- name: Get nix build output
uses: ./.github/actions/download-artifact
with:
name: pandoc
name: docs
- name: Setup Pages
uses: actions/configure-pages@v3