From 10e67d04fd2fff81845a5c27003e97357c89ee2e Mon Sep 17 00:00:00 2001 From: Robert Vitonsky Date: Tue, 25 Jun 2024 02:46:31 +0200 Subject: [PATCH] ci: debug site --- .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 58f07bc1..8ef9bd38 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 }}