Skip to content

Commit

Permalink
fix fonts installation
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoow committed Aug 20, 2024
1 parent fc82ac7 commit e2d96f8
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/checkout@v4
with:
fetch-depth: 0
repository: mainmatter/core-sans-a-fonts
ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}
path: core-sans-a-fonts
- name: Install Fonts
run: \
cp -r core-sans-a-fonts/* /usr/local/share/fonts/core-sans-a
fc-cache -f -v
- uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Install exercise plugin
run: cargo install --path helpers/mdbook-exercise-linker
Expand All @@ -30,11 +40,8 @@ jobs:
curl -LsSf https://github.com/jgm/pandoc/releases/download/${PANDOC_VERSION}/pandoc-${PANDOC_VERSION}-linux-amd64.tar.gz | tar zxf -
echo "$PWD/pandoc-${PANDOC_VERSION}/bin" >> $GITHUB_PATH
shell: bash
- name: Install Fonts
run: \
git clone [email protected]:mainmatter/core-sans-a-fonts.git tmp/fonts
cp -r tmp/fonts/* /usr/local/share/fonts
fc-cache -f -v


- name: Setup TeX Live
uses: teatimeguest/setup-texlive-action@v3
with:
Expand Down

0 comments on commit e2d96f8

Please sign in to comment.