parent
0ebbe208c8
commit
b406474702
1 changed files with 5 additions and 0 deletions
|
@ -27,6 +27,11 @@ jobs:
|
||||||
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal access token.
|
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal access token.
|
||||||
fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository.
|
fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository.
|
||||||
|
|
||||||
|
- uses: actions/setup-python@v5
|
||||||
|
with:
|
||||||
|
python-version: "3.13"
|
||||||
|
cache: "pip"
|
||||||
|
|
||||||
- name: Update fonts
|
- name: Update fonts
|
||||||
run: ./update.sh
|
run: ./update.sh
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue