Skip to content

Commit

Permalink
switch gh-pages to master
Browse files Browse the repository at this point in the history
  • Loading branch information
kivel committed Jul 6, 2022
1 parent f591c61 commit 6a49576
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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

0 comments on commit 6a49576

Please sign in to comment.