From 6a495768d642494db54181a196d92e00e0eaf5fe Mon Sep 17 00:00:00 2001 From: Niko Kivel Date: Wed, 6 Jul 2022 14:30:36 +0200 Subject: [PATCH] switch gh-pages to master --- .github/workflows/gh-pages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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