1

Change action

This commit is contained in:
Evan Pratten 2023-02-02 22:00:31 -05:00
parent fdb4be38fb
commit 76edd0df1f

View File

@ -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