Skip to content

Commit d452a9c

Browse files
committed
fonts-roboto + actually compress files correctly
1 parent 6f05fdf commit d452a9c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release-publish-documentation.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919

2020
- name: Install system dependencies
2121
run: |
22-
sudo apt update && sudo apt install -y pkg-config libcairo-dev libpango1.0-dev ffmpeg wget
22+
sudo apt update && sudo apt install -y \
23+
pkg-config libcairo-dev libpango1.0-dev ffmpeg wget fonts-roboto
2324
wget -qO- "https://yihui.org/tinytex/install-bin-unix.sh" | sh
2425
echo ${HOME}/.TinyTeX/bin/x86_64-linux >> $GITHUB_PATH
2526
@@ -37,7 +38,7 @@ jobs:
3738
cd docs/
3839
poetry run make html
3940
cd build/html/
40-
tar -czvf ../html-docs.tar.gz
41+
tar -czvf ../html-docs.tar.gz *
4142
4243
- name: Store artifacts
4344
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)