Skip to content

Commit

Permalink
Update deploy_ghpages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HKaras authored Aug 21, 2023
1 parent d207447 commit 034de20
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/deploy_ghpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ jobs:
python-version: '3.10'
cache: 'pip'
cache-dependency-path: setup.py
- name: Setup TeXLive Action
uses: teatimeguest/[email protected]
with:
packages: >-
scheme-basic
dvisvgm
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand All @@ -37,6 +31,8 @@ jobs:
python -m pip install sphinx
python -m pip install sphinx-design
python -m pip install .
sudo apt-get update -y
sudo apt-get install -y latexmk texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended
- name: Build with Sphinx
run: |
sphinx-build -E -b html ./docsrc/source ./docs
Expand Down

0 comments on commit 034de20

Please sign in to comment.