We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e3e684 commit ef363b1Copy full SHA for ef363b1
.github/workflows/publish-docs.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/checkout@v1
16
- name: Configure git
17
run: |
18
- git config --global user.name 'travis-ci'
+ git config --global user.name 'travis-ci'
19
git config --global user.email 'travis@nowhere.edu'
20
21
- name: Filter changed file paths to outputs
@@ -120,3 +120,9 @@ jobs:
120
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
121
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
122
PATHS_FROM: .updated_files
123
+
124
+ - name: Purge cache on Cloudflare
125
+ uses: jakejarvis/cloudflare-purge-action@master
126
+ env:
127
+ CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }}
128
+ CLOUDFLARE_ZONE: ${{ secrets.CLOUDFLARE_ZONE }}
0 commit comments