Skip to content

Commit

Permalink
Update sphinx.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Sep 5, 2024
1 parent e735ac2 commit 4c7addc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
contents: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
# - uses: actions/setup-python@v5
# with:
# python-version: 3.x
- name: Build HTML
uses: ammaraskar/sphinx-action@master
with:
pre-build-command: "pip install -r docs/requirements.txt"
pre-build-command: "pip install --upgrade pip && pip install sphinx --force-reinstall"
docs-folder: "docs/"
- name: Upload artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 4c7addc

Please sign in to comment.