Skip to content

Commit

Permalink
Change build process of docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz committed Apr 30, 2024
1 parent a1f09d5 commit 3509508
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/build-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ammaraskar/sphinx-action@master

- uses: actions/setup-python@v5
with:
docs-folder: "./"
build-command: "sphinx-build -n -W --keep-going -b html -d _build/doctrees . _build/html"
python-version: '3.12'

- name: Sphinx
run: pip install -r requirements.tx

- name: Sphinx Build
run: sphinx-build -n -W --keep-going -b html -d _build/doctrees . _build/html

- uses: actions/upload-artifact@v1
with:
name: DocumentationHTML
Expand Down

0 comments on commit 3509508

Please sign in to comment.