From a8ca1c355dd8498472d50ee4eb564a3b5fba5d65 Mon Sep 17 00:00:00 2001 From: LeshaK Date: Wed, 27 Mar 2024 11:20:14 +0300 Subject: [PATCH] fix --- .github/workflows/demo-to-gh-pages.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/demo-to-gh-pages.yml b/.github/workflows/demo-to-gh-pages.yml index 27bfaa0..3cc5bb4 100644 --- a/.github/workflows/demo-to-gh-pages.yml +++ b/.github/workflows/demo-to-gh-pages.yml @@ -17,10 +17,6 @@ jobs: - name: Deploy uses: peaceiris/actions-gh-pages@v3 - # If you're changing the branch from main, - # also change the `main` in `refs/heads/main` - # below accordingly. - if: github.ref == 'refs/heads/master' with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./demo