From 923d1e110405ebdd624a5fc0b49af84ee6c9dc6d Mon Sep 17 00:00:00 2001 From: user0x42 Date: Thu, 27 Feb 2025 08:18:23 +0100 Subject: [PATCH] Update build-site.yml --- .github/workflows/build-site.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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