Skip to content

Commit 155a9cb

Browse files
author
Mike Barkmin
committed
deploy gh pages on master
1 parent 0139451 commit 155a9cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: Deploy
3838
uses: peaceiris/actions-gh-pages@v3
39-
if: ${{ github.ref == 'refs/heads/main' }}
39+
if: ${{ github.ref == 'refs/heads/master' }}
4040
with:
4141
github_token: ${{ secrets.GITHUB_TOKEN }}
4242
publish_dir: distribution/scratch-latest/

0 commit comments

Comments
 (0)