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