Skip to content

Commit

Permalink
change for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
marta-seq committed Jul 8, 2024
1 parent a2ff3e8 commit cb71f58
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ jobs:
contents: write
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install sphinx sphinx_rtd_theme
- name: Build HTML
uses: ammaraskar/sphinx-action@master
- name: Upload artifacts
Expand Down

0 comments on commit cb71f58

Please sign in to comment.