on: [push] jobs: build: runs-on: docker steps: - uses: actions/checkout@v4 - uses: https://github.com/taiki-e/install-action@v2 with: tool: zola@0.17.1 - run: pwd - run: find . - run: zola build