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.
1 parent 62b9de9 commit bba8a78Copy full SHA for bba8a78
1 file changed
.github/workflows/docs.yml
@@ -41,6 +41,6 @@ jobs:
41
- name: Build site
42
run: mkdocs build
43
- name: Deploy to gh-pages
44
- if: github.event_name == 'push' && github.ref == 'refs/heads/master' && github.repository == 'Rtoax/ulpatch'
+ if: github.event_name == 'push' && github.ref == 'refs/heads/master' && (github.repository == 'Rtoax/ulpatch' || github.repository == 'ulpatch/ulpatch')
45
run: mkdocs gh-deploy --force
46
0 commit comments