mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix docs builds
This commit is contained in:
parent
eb4277bfc4
commit
b29b26882f
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build-docs.yml
vendored
6
.github/workflows/build-docs.yml
vendored
|
@ -76,10 +76,10 @@ jobs:
|
|||
|
||||
- name: Prepare Docs Build
|
||||
run: |
|
||||
git clone https://gitlab.com/saltstack/open/docs/builddocs.git .builddocs
|
||||
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/builddocs/files/fonts/truetype/*.ttf /usr/share/fonts/truetype/
|
||||
sudo cp -rfv .builddocs/builddocs/files/fonts/opentype/*.otf /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 fc-cache -f -v
|
||||
|
||||
- name: Build Documentation (${{ matrix.docs-output }})
|
||||
|
|
Loading…
Add table
Reference in a new issue