on: push: branches: - master jobs: deploy: runs-on: ubuntu-22.04 steps: - name: Checkout uses: actions/checkout@v2 - name: Build and deploy zola uses: shalzz/zola-deploy-action@master env: PAGES_BRANCH: gh-pages TOKEN: ${{ secrets.PAT }} BUILD_THEMES: true