mirror of
https://github.com/ryantm/agenix.git
synced 2024-11-22 09:40:47 +03:00
doc: actually fix github pages deploy
This commit is contained in:
parent
2fb0a74be3
commit
b1d6d764e1
1 changed files with 1 additions and 3 deletions
4
.github/workflows/doc.yml
vendored
4
.github/workflows/doc.yml
vendored
|
@ -33,11 +33,9 @@ jobs:
|
|||
- name: Setup Pages
|
||||
uses: actions/configure-pages@v3
|
||||
- uses: cachix/install-nix-action@v20
|
||||
- run: nix build .#doc
|
||||
- run: nix build .#doc && mkdir -p _site/ && cp -r ./result/multi/* _site/
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v1
|
||||
with:
|
||||
path: './result/multi'
|
||||
- name: Deploy to GitHub Pages
|
||||
id: deployment
|
||||
uses: actions/deploy-pages@v1
|
||||
|
|
Loading…
Reference in a new issue