Skip to content

Commit 82e9756

Browse files
authored
Update gh-pages.yml
1 parent 4807fba commit 82e9756

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/gh-pages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
sudo apt-get update
3535
sudo apt-get install texlive-xetex latexmk libpng-dev libjpeg-dev libtiff-dev imagemagick -y
3636
- name: Install MyST Markdown
37-
run: npm install -g mystmd@v1.1.50
37+
run: npm install -g mystmd
3838
- name: Manually download docx template
3939
run: |
4040
cd docs
@@ -45,8 +45,8 @@ jobs:
4545
- name: Build HTML Assets
4646
run: |
4747
cd docs
48-
#myst build --docx
49-
#myst build --pdf
48+
myst build --docx
49+
myst build --pdf
5050
myst build --html
5151
- name: Upload artifact
5252
uses: actions/upload-pages-artifact@v1

0 commit comments

Comments
 (0)