use zola-deploy-action
Some checks failed
/ build (push) Failing after -3s

This commit is contained in:
Peter Tillemans 2025-06-29 01:34:22 +02:00
parent ab33b9a1c1
commit ec5a6e815f

View file

@ -7,6 +7,12 @@ jobs:
- uses: actions/checkout@v4
with:
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
with:
tool: zola