Skip to content

Commit 5ed1595

Browse files
committed
Fix image path readme, update CI python
1 parent 3bacf48 commit 5ed1595

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v4
11-
- name: Set up Python 3.11
11+
- name: Set up Python 3.13
1212
uses: actions/setup-python@v5
1313
with:
14-
python-version: "3.11"
14+
python-version: "3.13"
1515
- name: Setup fontspector
1616
uses: fonttools/setup-fontspector@main
1717
env:
@@ -132,4 +132,4 @@ jobs:
132132
gh release upload ${{ github.ref_name }} ${{ env.RELEASE_ZIP_NAME }}.zip --clobber
133133
- name: Set release live
134134
run: |
135-
gh release edit ${{ github.ref_name }} --draft=false
135+
gh release edit ${{ github.ref_name }} --draft=false

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[Shaping]: https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fpaper-design%2Fpaper-mono%2Fgh-pages%2Fbadges%2FShapingChecks.json
1010
[Universal]: https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fpaper-design%2Fpaper-mono%2Fgh-pages%2Fbadges%2FUniversalProfileChecks.json
1111

12-
![](./documentation/img/banner-light.png#gh-light-mode-only)
12+
![](./documentation/img/banner--light.png#gh-light-mode-only)
1313
![](./documentation/img/banner--dark.png#gh-dark-mode-only)
1414

1515
# About

0 commit comments

Comments
 (0)