diff --git a/.github/workflows/build-site.yml b/.github/workflows/build-site.yml index ab542e0..3bca143 100644 --- a/.github/workflows/build-site.yml +++ b/.github/workflows/build-site.yml @@ -11,4 +11,5 @@ jobs: uses: https://github.com/shalzz/zola-deploy-action@master env: PAGES_BRANCH: web - TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + TOKEN: ${{ secrets.GITHUB_TOKEN }} + BUILD_ONLY: true