Skip to content

Commit cf0b2be

Browse files
committed
Changed workflow to publish from release branch.
1 parent ade70ab commit cf0b2be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gh-publish.yml

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

4545
- name: Publish site
4646
uses: peaceiris/actions-gh-pages@v3
47-
if: ${{ github.ref == 'refs/heads/main' }}
47+
if: ${{ github.ref == 'refs/heads/release' }}
4848
with:
4949
github_token: ${{ secrets.GITHUB_TOKEN }}
5050
enable_jekyll: false

0 commit comments

Comments
 (0)