Change action
This commit is contained in:
parent
fdb4be38fb
commit
76edd0df1f
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -27,10 +27,11 @@ jobs:
|
|||||||
- name: Allow all dirs
|
- name: Allow all dirs
|
||||||
run: git config --global --add safe.directory '*'
|
run: git config --global --add safe.directory '*'
|
||||||
|
|
||||||
- name: Build
|
- name: Build only
|
||||||
uses: TonySpegel/zola-build-action@v1
|
uses: shalzz/zola-deploy-action@v0.16.1-1
|
||||||
env:
|
env:
|
||||||
CONFIG_FILE: "config.toml"
|
BUILD_DIR: public
|
||||||
|
BUILD_ONLY: true
|
||||||
|
|
||||||
- name: Disable Jekyll
|
- name: Disable Jekyll
|
||||||
run: sudo touch ./public/.nojekyll
|
run: sudo touch ./public/.nojekyll
|
||||||
|
Loading…
x
Reference in New Issue
Block a user