Skip to content

Commit

Permalink
text: upload workflow
Browse files Browse the repository at this point in the history
wushuangs committed May 21, 2024
1 parent 74145a3 commit 5d31d46
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/terminus-frontend-image.yml
Original file line number Diff line number Diff line change
@@ -41,14 +41,17 @@ jobs:
key: ${{ runner.os }}-node-${{ hashFiles('**/packagge-lock.json')}}
restore-keys: |
${{ runner.os }}-node-
- name: Download fonttools Files
run: cd ../; curl -L -o fonttools.zip https://cdn.bttcdn.com/common/fonttools.zip; sudo unzip fonttools.zip
- name: Install fonttools
run: pip3 install fonttools brotli
- name: Download fonttools Files
run: |
pwd
curl -L -o fonttools.zip https://cdn.bttcdn.com/common/fonttools.zip
sudo unzip fonttools.zip
- name: Python Icon
run: pwd;cd ../fonttools; sudo node python-icon.js
run: pwd;cd ./fonttools; sudo node python-icon.js
- name: subset Icon
run: cd ../fonttools; sudo ./subset_font.sh nyTnjDwKNJ_190FjzaqkNCeE.woff2 unicodes.txt MaterialSymbolsRounded.woff2 ../frontend/src/assets/fonts
run: cd ./fonttools; chmod +x ./subset_font.sh nyTnjDwKNJ_190FjzaqkNCeE.woff2 unicodes.txt MaterialSymbolsRounded.woff2 ../src/assets/fonts
- name: Install
run: |
npm i -g @quasar/cli

0 comments on commit 5d31d46

Please sign in to comment.