change all ttf fonts to woff2 and replace in public
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user