Skip to content

Commit

Permalink
Update gh-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
spisakt authored Apr 4, 2024
1 parent ff70912 commit b28ba08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
sudo apt-get update
sudo apt-get install texlive-xetex latexmk libpng-dev libjpeg-dev libtiff-dev imagemagick -y
- name: Install MyST Markdown
run: npm install -g mystmd
run: npm install -g mystmd@v1.0.4
- name: Manually download docx template
run: |
cd docs
Expand All @@ -45,8 +45,8 @@ jobs:
- name: Build HTML Assets
run: |
cd docs
myst build --docx
myst build --pdf
#myst build --docx
#myst build --pdf
myst build --html
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
Expand Down

0 comments on commit b28ba08

Please sign in to comment.