Skip to content

Commit

Permalink
Improving code visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
athril committed Jul 25, 2024
1 parent 0978bbd commit b248009
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,14 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.10"

- name: Build HTML
run: |
python -m pip install --upgrade pip
pip install -e .
pip install sphinx sphinx_rtd_theme
sphinx-build docs docs/_build/html/
- name: Upload artifact
uses: actions/[email protected]
with:
Expand All @@ -52,4 +54,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/[email protected]
uses: actions/[email protected]

0 comments on commit b248009

Please sign in to comment.