This commit is contained in:
parent
2967b4b4c5
commit
2629eb0bda
1 changed files with 4 additions and 1 deletions
|
@ -8,4 +8,7 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
sparse-checkout: .
|
sparse-checkout: .
|
||||||
- run: build
|
- uses: taiki-e/install-action@v2
|
||||||
|
with:
|
||||||
|
tool: zola@0.17.1
|
||||||
|
- run: zola build
|
Loading…
Reference in a new issue