Skip to content

Commit

Permalink
Fix the copy path
Browse files Browse the repository at this point in the history
  • Loading branch information
s0undt3ch committed Jan 31, 2024
1 parent b29b268 commit 646ba02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ jobs:
run: |
git clone https://gitlab.com/saltstack/open/docs/builddocs-fonts.git .builddocs-fonts
sudo mkdir -p /usr/share/fonts/truetype /usr/share/fonts/opentype
sudo cp -rfv .builddocs-fonts/*.ttf /usr/share/fonts/truetype/
sudo cp -rfv .builddocs-fonts/*.otf /usr/share/fonts/opentype/
sudo cp -rfv .builddocs-fonts/truetype/*.ttf /usr/share/fonts/truetype/
sudo cp -rfv .builddocs-fonts/opentype/*.otf /usr/share/fonts/opentype/
sudo fc-cache -f -v
- name: Build Documentation (${{ matrix.docs-output }})
Expand Down

0 comments on commit 646ba02

Please sign in to comment.