We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f05fdf commit d452a9cCopy full SHA for d452a9c
.github/workflows/release-publish-documentation.yml
@@ -19,7 +19,8 @@ jobs:
19
20
- name: Install system dependencies
21
run: |
22
- sudo apt update && sudo apt install -y pkg-config libcairo-dev libpango1.0-dev ffmpeg wget
+ sudo apt update && sudo apt install -y \
23
+ pkg-config libcairo-dev libpango1.0-dev ffmpeg wget fonts-roboto
24
wget -qO- "https://yihui.org/tinytex/install-bin-unix.sh" | sh
25
echo ${HOME}/.TinyTeX/bin/x86_64-linux >> $GITHUB_PATH
26
@@ -37,7 +38,7 @@ jobs:
37
38
cd docs/
39
poetry run make html
40
cd build/html/
- tar -czvf ../html-docs.tar.gz
41
+ tar -czvf ../html-docs.tar.gz *
42
43
- name: Store artifacts
44
uses: actions/upload-artifact@v3
0 commit comments