Skip to content

Commit 2435939

Browse files
authored
Update gh-pages workflow to build HTML from docs
1 parent f082265 commit 2435939

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,12 @@ jobs:
3737
myst --version
3838
- name: Build HTML Assets
3939
run: |
40-
myst build --docx
41-
myst build --pdf
40+
cd docs
4241
myst build --html
4342
- name: Upload artifact
4443
uses: actions/upload-pages-artifact@v3
4544
with:
46-
path: './_build/html'
45+
path: './docs/_build/html'
4746
- name: Deploy to GitHub Pages
4847
id: deployment
4948
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)