We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 12cd523 + f35f2d0 commit 5fca9e2Copy full SHA for 5fca9e2
.github/workflows/generate-docs.yml
@@ -81,7 +81,7 @@ jobs:
81
mv ../cmake-install/docs/docs ~/docs
82
git clean -dfx
83
- name: Publish docs
84
- if: ${{ github.event.pull_request && !github.event.pull_request.head.repo.fork && github.ref == 'refs/heads/master' }}
+ if: ${{ github.event.pull_request && !github.event.pull_request.head.repo.fork && github.ref == 'refs/heads/master' && github.event.action != 'closed' }}
85
shell: bash -l {0}
86
run: |
87
git remote add tokened_docs https://IntelPython:${{ secrets.GITHUB_TOKEN }}@github.com/IntelPython/dpctl.git
0 commit comments