mirror of
https://git.madhouse-project.org/algernon/iocaine.git
synced 2025-02-08 18:56:18 +01:00
Fix the documentation workflow
Signed-off-by: Gergely Nagy <me@gergo.csillger.hu>
This commit is contained in:
parent
f5d4985f39
commit
bd075147b8
1 changed files with 3 additions and 3 deletions
|
@ -31,12 +31,12 @@ jobs:
|
|||
- name: zola check
|
||||
uses: actions/nix/develop@main
|
||||
with:
|
||||
run: zola check
|
||||
run: cd docs && zola check
|
||||
|
||||
- name: build the docs site
|
||||
uses: actions/nix/develop@main
|
||||
with:
|
||||
run: zola build
|
||||
run: cd docs && zola build
|
||||
|
||||
- name: prepare for deployment
|
||||
if: ${{ github.ref_name == 'main' }}
|
||||
|
@ -52,7 +52,7 @@ jobs:
|
|||
if: ${{ github.ref_name == 'main' }}
|
||||
run: |
|
||||
mc mirror --remove --overwrite \
|
||||
public/ \
|
||||
docs/public/ \
|
||||
target/sites/iocaine.madhouse-project.org/
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue