diff --git a/.github/workflows/terminus-frontend-image.yml b/.github/workflows/terminus-frontend-image.yml index e3d9f07..c992433 100644 --- a/.github/workflows/terminus-frontend-image.yml +++ b/.github/workflows/terminus-frontend-image.yml @@ -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