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 e95c291 commit c3788bbCopy full SHA for c3788bb
.github/workflows/docs.yml
@@ -89,8 +89,7 @@ jobs:
89
make BUILDDIR=${PWD}/_build -C doc/ html
90
- name: Push PR preview
91
if: |
92
- github.event_name == 'pull_request' &&
93
- github.event.pull_request.head.repo.full_name == github.repository
+ github.event_name == 'pull_request'
94
uses: peaceiris/actions-gh-pages@v3
95
with:
96
github_token: ${{secrets.GITHUB_TOKEN}}
@@ -100,8 +99,7 @@ jobs:
100
99
user_email: 'github-actions[bot]@users.noreply.github.com'
101
- name: Comment about previewing documentation
102
103
104
105
uses: actions/github-script@v6
106
107
script: |
0 commit comments