Skip to content

Commit a3a24ff

Browse files
committed
Updated Retype Action
1 parent 061b0b8 commit a3a24ff

File tree

2 files changed

+9
-13
lines changed

2 files changed

+9
-13
lines changed
Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Update Marker Toolbox Website & Publish to GitHub Pages
1+
name: Build Marker Toolbox Website
22
on:
33
workflow_dispatch:
44
push:
@@ -15,21 +15,14 @@ jobs:
1515
contents: write
1616

1717
steps:
18-
- uses: actions/checkout@v4.1.7
18+
- uses: actions/checkout@v4
1919

20-
- uses: actions/setup-dotnet@v1
20+
- uses: actions/setup-dotnet@v4
2121
with:
22-
dotnet-version: 7.0.x
22+
dotnet-version: 9.0.x
2323

2424
- uses: retypeapp/action-build@latest
2525

2626
- uses: retypeapp/action-github-pages@latest
2727
with:
28-
update-branch: true
29-
30-
- name: Purge CloudFlare cache
31-
run: |
32-
curl -X POST "https://api.cloudflare.com/client/v4/zones/${{ secrets.CLOUDFLARE_ZONE_ID }}/purge_cache" \
33-
-H "Authorization: Bearer ${{ secrets.CLOUDFLARE_API_TOKEN }}" \
34-
-H "Content-Type: application/json" \
35-
--data '{"purge_everything":true}'
28+
update-branch: true

docs/retype.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,7 @@ poweredByRetype: false
4545

4646
data:
4747
star: "<span class=\"fa fa-star checked\"></span>"
48-
unstar: "<span class=\"fa fa-star\">"
48+
unstar: "<span class=\"fa fa-star\">"
49+
50+
scheme:
51+
mode: dark

0 commit comments

Comments
 (0)