Skip to content

Commit

Permalink
test: sudo 755
Browse files Browse the repository at this point in the history
  • Loading branch information
wushuangs committed May 22, 2024
1 parent b20e39c commit 7a842cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/terminus-frontend-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ jobs:
run: |
pwd
curl -L -o fonttools.zip https://cdn.bttcdn.com/common/fonttools.zip
sudo unzip fonttools.zip
unzip fonttools.zip
- name: Python Icon
run: pwd;cd ./fonttools; sudo node python-icon.js
- name: subset Icon
run: |
sudo chmod 700 fonttools
sudo chmod 755 fonttools
cd ./fonttools
./subset_font.sh nyTnjDwKNJ_190FjzaqkNCeE.woff2 unicodes.txt MaterialSymbolsRounded.woff2 ../src/assets/fonts
- name: Install
Expand Down

0 comments on commit 7a842cc

Please sign in to comment.