Thanks to visit codestin.com Credit goes to github.com
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 2e3e684 commit 40672f7Copy full SHA for 40672f7
‎.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 '[email protected]'
20
21
- name: Filter changed file paths to outputs
@@ -120,3 +120,8 @@ 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 }}
0 commit comments