Skip to content

docs: correct sphinx invocation, auto-publish - #31

Merged
Justin Hammond (Justintime50) merged 2 commits into
masterfrom
EXP-1216_fix_docs
Jul 30, 2026
Merged

docs: correct sphinx invocation, auto-publish#31
Justin Hammond (Justintime50) merged 2 commits into
masterfrom
EXP-1216_fix_docs

Conversation

@Justintime50

Copy link
Copy Markdown
Member

Corrects sphinx invocation and auto-uploads to github pages on merge to master

@Justintime50
Justin Hammond (Justintime50) requested a review from a team as a code owner July 30, 2026 20:41
Comment thread .github/workflows/ci.yml
Comment on lines +51 to +65
if: github.ref == 'refs/heads/master'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: extractions/setup-just@v4
- uses: actions/setup-python@v7
with:
python-version: '3.14'
- name: Generate Docs
run: just docs
- name: Deploy Docs
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/build/html
@Justintime50
Justin Hammond (Justintime50) merged commit c942ec3 into master Jul 30, 2026
10 checks passed
@Justintime50
Justin Hammond (Justintime50) deleted the EXP-1216_fix_docs branch July 30, 2026 21:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants