Skip to content

Commit

Permalink
Added Favicon
Browse files Browse the repository at this point in the history
- Purge CloudFlare cache
  • Loading branch information
latenitefilms committed Jun 18, 2023
1 parent 5c18d69 commit 91c64c3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/retype-action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish Retype powered website to GitHub Pages
name: Update Marker Toolbox Website & Publish to GitHub Pages
on:
workflow_dispatch:
push:
Expand All @@ -11,8 +11,11 @@ jobs:

runs-on: ubuntu-latest

permissions:
contents: write

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: retypeapp/action-build@latest
with:
Expand All @@ -21,3 +24,10 @@ jobs:
- uses: retypeapp/action-github-pages@latest
with:
update-branch: true

- name: Purge CloudFlare cache
run: |
curl -X POST "https://api.cloudflare.com/client/v4/zones/${{ secrets.CLOUDFLARE_ZONE_ID }}/purge_cache" \
-H "Authorization: Bearer ${{ secrets.CLOUDFLARE_API_TOKEN }}" \
-H "Content-Type: application/json" \
--data '{"purge_everything":true}'
Binary file added docs/static/favicon.ico
Binary file not shown.

0 comments on commit 91c64c3

Please sign in to comment.