alpha
Login
or
Join now
gwen.works
/
shapemaker
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
๐ Install Victor Mono font in CI
author
Gwenn Le Bihan
date
1 year ago
(Apr 7, 2025, 3:34 PM +0200)
commit
b94c9bb4
b94c9bb4bdc98b082c45946bf4919da31bba3855
parent
1b34fc32
1b34fc322995e72a682efe0475863a7de5f60ff3
+4
2 changed files
Expand all
Collapse all
Unified
Split
.github
workflows
check.yml
docs.yml
+2
.github/workflows/check.yml
Reviewed
···
25
25
- uses: extractions/setup-just@v1
26
26
- uses: carlosperate/download-file-action@v2
27
27
with: { file-url: "https://gwennlbh.github.io/shapemaker/timings.csv", file-name: results-main.csv }
28
28
+
- uses: fontist/setup-fontist@v2
29
29
+
- run: fontist install "Victor Mono"
28
30
- run: just timings results-main.csv
29
31
- id: video
30
32
uses: actions/upload-artifact@v4
+2
.github/workflows/docs.yml
Reviewed
···
29
29
- uses: actions-rs/cargo@v1
30
30
with: { command: doc, args: --no-deps }
31
31
- uses: extractions/setup-just@v2
32
32
+
- uses: fontist/setup-fontist@v2
33
33
+
- run: fontist install "Victor Mono"
32
34
- run: just timings
33
35
- name: publish results.csv as timings.csv
34
36
run: cp results.csv target/doc/timings.csv