From 7e63d13a09e67fee779a0f6e6571a1a7611dc852 Mon Sep 17 00:00:00 2001 From: Robert Vitonsky Date: Tue, 25 Jun 2024 02:52:12 +0200 Subject: [PATCH] Revert "ci: debug site" This reverts commit 10e67d04fd2fff81845a5c27003e97357c89ee2e. --- .github/workflows/site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index 8ef9bd38..58f07bc1 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -20,7 +20,7 @@ jobs: npm run build - name: Deploy to GitHub Pages - # if: github.ref == 'refs/heads/master' + if: github.ref == 'refs/heads/master' uses: Cecilapp/GitHub-Pages-deploy@v3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}