We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dd39964 + ea65d8e commit 6ee8305Copy full SHA for 6ee8305
1 file changed
.github/workflows/preview-docs.yml
@@ -34,6 +34,7 @@ jobs:
34
echo "SOURCE_BRANCH=${GITHUB_REF#refs/heads/}" >> $GITHUB_ENV
35
echo "SOURCE_TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
36
- name: Build workshop site
37
+ if: github.event.action != "closed"
38
run: |
39
echo "GIT_PYTHON_REFRESH=quiet"
40
make build-docs-website
0 commit comments