Skip to content

Commit e5eb10b

Browse files
Merge pull request #244 from smartobjectoriented/daniel-rossier-patch-1
Update deployment condition for GitHub Pages
2 parents f7a3905 + 837cb7d commit e5eb10b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/documentation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
sphinx-build doc/source doc/build
1515
- name: Deploy
1616
uses: peaceiris/actions-gh-pages@v3
17-
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
17+
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
1818
with:
1919
publish_branch: gh-pages
2020
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)