Skip to content

Commit

Permalink
Fix 404 for icons
Browse files Browse the repository at this point in the history
The icons are currently deployed on Github Pages instead of COS.
  • Loading branch information
syimyuzya committed Dec 19, 2024
1 parent 2635a02 commit 9267150
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ jobs:
- name: Publish static files to COS
run: |
cd ./build/
coscmd upload -rs --delete -f ./ / --ignore index.html
find . -mindepth 1 ! -name index.html -exec rm -rf {} +
#coscmd upload -rs --delete -f ./ / --ignore index.html
#find . -mindepth 1 ! -name index.html -exec rm -rf {} +
coscmd upload -rs --delete -f ./assets /assets
rf -rf assets
- name: Upload Artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion public/site.webmanifest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"background_color":"#ffffff","display":"standalone","icons":[{"sizes":"192x192","src":"/tshet-uinh-tools/android-chrome-192x192.png","type":"image/png"},{"sizes":"512x512","src":"/tshet-uinh-tools/android-chrome-512x512.png","type":"image/png"}],"name":"","short_name":"","theme_color":"#ffffff"}
{"background_color":"#ffffff","display":"standalone","icons":[{"sizes":"192x192","src":"/tshet-uinh-autoderiver/android-chrome-192x192.png","type":"image/png"},{"sizes":"512x512","src":"/tshet-uinh-autoderiver/android-chrome-512x512.png","type":"image/png"}],"name":"","short_name":"","theme_color":"#ffffff"}

0 comments on commit 9267150

Please sign in to comment.