mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix the copy path
This commit is contained in:
parent
f9ca6b18b0
commit
00a92cc453
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-docs.yml
vendored
4
.github/workflows/build-docs.yml
vendored
|
@ -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 }})
|
||||
|
|
Loading…
Add table
Reference in a new issue