File tree Expand file tree Collapse file tree 2 files changed +9
-13
lines changed
Expand file tree Collapse file tree 2 files changed +9
-13
lines changed Original file line number Diff line number Diff line change 1- name : Update Marker Toolbox Website & Publish to GitHub Pages
1+ name : Build Marker Toolbox Website
22on :
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
Original file line number Diff line number Diff line change @@ -45,4 +45,7 @@ poweredByRetype: false
4545
4646data :
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
You can’t perform that action at this time.
0 commit comments