explicitely specify repo as github for zola action
Some checks failed
/ build (push) Failing after 30s
Some checks failed
/ build (push) Failing after 30s
This commit is contained in:
parent
ec5a6e815f
commit
1048e258b3
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
submodules: 'true'
|
submodules: 'true'
|
||||||
- name: 'build'
|
- name: 'build'
|
||||||
uses: shalzz/zola-deploy-action@master
|
uses: https://github.com/shalzz/zola-deploy-action@master
|
||||||
env:
|
env:
|
||||||
PAGES_BRANCH: main
|
PAGES_BRANCH: main
|
||||||
BUILD_DIR: .
|
BUILD_DIR: .
|
||||||
|
|
Loading…
Add table
Reference in a new issue