Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 40672f7

Browse files
committed
ci(docs): Purge CloudFlare cache on push
1 parent 2e3e684 commit 40672f7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

‎.github/workflows/publish-docs.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v1
1616
- name: Configure git
1717
run: |
18-
git config --global user.name 'travis-ci'
18+
git config --global user.name 'travis-ci'
1919
git config --global user.email 'travis@nowhere.edu'
2020
2121
- name: Filter changed file paths to outputs
@@ -120,3 +120,8 @@ jobs:
120120
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
121121
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
122122
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

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /