Skip to content

Commit 514d4fd

Browse files
committed
Update GitHub Actions workflow to deploy documentation from the main branch
1 parent 3f52189 commit 514d4fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yaml

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

3434
- name: Deploy to GitHub Pages
3535
uses: peaceiris/actions-gh-pages@v3
36-
if: github.ref == 'refs/heads/master'
36+
if: github.ref == 'refs/heads/main'
3737
with:
3838
github_token: ${{ secrets.GITHUB_TOKEN }}
3939
publish_dir: ./docs/dist

0 commit comments

Comments
 (0)