We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b741209 + 418be6b commit f5c6610Copy full SHA for f5c6610
.github/workflows/generate-docs.yml
@@ -86,7 +86,7 @@ jobs:
86
popd
87
git reset --hard
88
- name: Publish docs
89
- if: ${{ github.event.pull_request && !github.event.pull_request.head.repo.fork && github.ref == 'refs/heads/master' && github.event.action != 'closed' }}
+ if: ${{ !github.event.pull_request && github.ref == 'refs/heads/master' }}
90
shell: bash -l {0}
91
run: |
92
git remote add tokened_docs https://IntelPython:${{ secrets.GITHUB_TOKEN }}@github.com/IntelPython/dpctl.git
0 commit comments