We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 98bec93 + 9c72b17 commit 3c108b3Copy full SHA for 3c108b3
.github/workflows/main.yaml
@@ -77,7 +77,7 @@ jobs:
77
path: |
78
diffs/
79
- name: Publish cheatsheets and handouts
80
- if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
+ if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
81
uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0
82
with:
83
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments