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 31c3b14 commit 1d195e7Copy full SHA for 1d195e7
.github/workflows/docs.yml
@@ -72,6 +72,7 @@ jobs:
72
SOURCE_DIR: 'docs/_build/html' # optional: defaults to entire repository
73
74
- name: Purge cache on Cloudflare
75
+ if: env.PUBLISH == 'true'
76
uses: jakejarvis/[email protected]
77
env:
78
CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }}
0 commit comments