Skip to content

Commit

Permalink
πŸ’š Add working directory to build HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
jnywong committed Oct 27, 2024
1 parent 2641328 commit c1c8ea4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,12 @@ jobs:
- name: Install MyST Markdown
run: npm install -g mystmd
- name: Build HTML Assets
working-directory: ./docs
run: myst build --html
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: "./_build/html"
path: "./docs/_build/html"
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit c1c8ea4

Please sign in to comment.