Skip to content

Commit 6a49576

Browse files
author
Niko Kivel
committed
switch gh-pages to master
1 parent f591c61 commit 6a49576

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gh-pages.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: github pages
33
on:
44
push:
55
branches:
6-
- v8_RC1 # Set a branch to deploy
6+
- master # Set a branch to deploy
77
pull_request:
88

99
jobs:
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Deploy
4242
uses: peaceiris/actions-gh-pages@v3
43-
if: ${{ github.ref == 'refs/heads/v8_RC1' }}
43+
if: ${{ github.ref == 'refs/heads/master' }}
4444
with:
4545
github_token: ${{ secrets.GITHUB_TOKEN }}
4646
publish_dir: ./hugo/public

0 commit comments

Comments
 (0)