This commit is contained in:
parent
ab33b9a1c1
commit
ec5a6e815f
1 changed files with 6 additions and 0 deletions
|
@ -7,6 +7,12 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: 'true'
|
submodules: 'true'
|
||||||
|
- name: 'build'
|
||||||
|
uses: shalzz/zola-deploy-action@master
|
||||||
|
env:
|
||||||
|
PAGES_BRANCH: main
|
||||||
|
BUILD_DIR: .
|
||||||
|
BUILD_ONLY: true
|
||||||
- uses: https://github.com/taiki-e/install-action@v2
|
- uses: https://github.com/taiki-e/install-action@v2
|
||||||
with:
|
with:
|
||||||
tool: zola
|
tool: zola
|
||||||
|
|
Loading…
Add table
Reference in a new issue