Skip to content

Commit 38c25cb

Browse files
author
Tae Hyoun Park
committed
Merge branch 'master' of github.com:taehyounpark/queryosity
2 parents 545941f + 2d2e2bc commit 38c25cb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/gh-pages.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
- "**.hpp"
1010
- "**.dox"
1111
- "**.md"
12+
- "**.svg"
13+
- "**.tex"
14+
- "**.png"
1215
- "docs/**"
1316
- "**/gh-pages.yaml"
1417
workflow_dispatch:
@@ -30,6 +33,7 @@ jobs:
3033
run: |
3134
sudo apt -y update
3235
sudo apt -y install --no-install-recommends git python3 python3-pip doxygen
36+
sudo apt -y install texlive-base texlive-latex-extra texlive-fonts-extra texlive-fonts-recommended ghostscript
3337
sudo -H pip3 install --upgrade poxy
3438
3539
- name: Generate docs

0 commit comments

Comments
 (0)