We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4807fba commit 82e9756Copy full SHA for 82e9756
.github/workflows/gh-pages.yml
@@ -34,7 +34,7 @@ jobs:
34
sudo apt-get update
35
sudo apt-get install texlive-xetex latexmk libpng-dev libjpeg-dev libtiff-dev imagemagick -y
36
- name: Install MyST Markdown
37
- run: npm install -g mystmd@v1.1.50
+ run: npm install -g mystmd
38
- name: Manually download docx template
39
run: |
40
cd docs
@@ -45,8 +45,8 @@ jobs:
45
- name: Build HTML Assets
46
47
48
- #myst build --docx
49
- #myst build --pdf
+ myst build --docx
+ myst build --pdf
50
myst build --html
51
- name: Upload artifact
52
uses: actions/upload-pages-artifact@v1
0 commit comments