change all ttf fonts to woff2 and replace in public

This commit is contained in:
bel
2023-10-15 07:25:13 -06:00
parent 47c11b8fba
commit 6c9d11f035
2 changed files with 27 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ spec:
when: build.event == "push" && build.target == "main"
spec:
name: build
container:
container:
image: andreysenov/firebase-tools
user: root
envs:
@@ -46,5 +46,5 @@ spec:
GITLAB_PAT: ${{ secrets.get("resume-gitlab-gitlab-breel-dev-token") }}
shell: sh
script: |
apt -y install git
bash ./deploy.firebase.sh
apt -y install git woff2
bash ./deploy.firebase.sh