We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a214eae commit d2d916cCopy full SHA for d2d916c
.github/workflows/ci.yml
@@ -15,13 +15,16 @@ jobs:
15
- uses: actions/checkout@v4
16
with:
17
fetch-depth: 0
18
- - uses: actions/checkout@v4
+ - name: Get Core Sans
19
+ uses: actions/checkout@v4
20
+ if: github.event.pull_request.head.repo.fork == false
21
22
23
repository: mainmatter/core-sans-a-fonts
24
ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}
25
path: core-sans-a-fonts
26
- name: Install Fonts
27
28
run: |
29
sudo cp -r core-sans-a-fonts/* /usr/local/share/fonts/
30
sudo fc-cache -f -v
0 commit comments