diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 04d6781..b823ac4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,18 +1,18 @@ name: Zola on GitHub Pages -on: - push: - branches: - - main +on: + push: + branches: + - main jobs: build: name: Publish site runs-on: ubuntu-latest steps: - - name: Checkout main - uses: actions/checkout@v4 - - name: Build and deploy - uses: shalzz/zola-deploy-action@v0.18.0 - env: - GITHUB_TOKEN: ${{ secrets.TOKEN }} + - name: Checkout main + uses: actions/checkout@v4 + - name: Build and deploy + uses: shalzz/zola-deploy-action@v0.19.2 + env: + GITHUB_TOKEN: ${{ secrets.TOKEN }}