diff --git a/.forgejo/workflows/publish.yaml b/.forgejo/workflows/publish.yaml index 75fe554..219ed47 100644 --- a/.forgejo/workflows/publish.yaml +++ b/.forgejo/workflows/publish.yaml @@ -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