Skip to content

Commit

Permalink
added tinyTex for Latex support
Browse files Browse the repository at this point in the history
  • Loading branch information
thuytr18 committed Oct 25, 2024
1 parent 672de49 commit 420cfd7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/quarto-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ jobs:
uses: quarto-dev/quarto-actions/setup@v2
with:
version: '1.3.450'

# Install TinyTeX
- name: Install TinyTeX
run: |
conda run -n blogqa quarto install tinytex
# Compile Quarto site and check for compiling errors
- name: Check if Quarto site compiles
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/quarto-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ jobs:
uses: quarto-dev/quarto-actions/setup@v2
with:
version: '1.3.450'

# Install TinyTeX
- name: Install TinyTeX
run: |
conda run -n blogqa quarto install tinytex
# Commit changes to gh-pages branch
- name: Switch to gh-pages branch
Expand Down
1 change: 0 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@ dependencies:
- matplotlib
- qulacs
- pyscf
- texlive

0 comments on commit 420cfd7

Please sign in to comment.