diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 5d0b47af5..79a4c82f7 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -3,7 +3,7 @@ name: github pages on: push: branches: - - v8_RC1 # Set a branch to deploy + - master # Set a branch to deploy pull_request: jobs: @@ -40,7 +40,7 @@ jobs: - name: Deploy uses: peaceiris/actions-gh-pages@v3 - if: ${{ github.ref == 'refs/heads/v8_RC1' }} + if: ${{ github.ref == 'refs/heads/master' }} with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./hugo/public