Skip to content

Commit

Permalink
Merge pull request 2i2c-org#170 from jnywong/docs-fix-action
Browse files Browse the repository at this point in the history
πŸ’š Add working directory to job step to build HTML
  • Loading branch information
jnywong authored Oct 27, 2024
2 parents 2641328 + c1c8ea4 commit 14174c3
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 14174c3

Please sign in to comment.