Skip to content

Commit

Permalink
Remove sphinx-action from build step and build normally
Browse files Browse the repository at this point in the history
  • Loading branch information
nickspaargaren committed Dec 20, 2024
1 parent 309f86b commit 85366f1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
pip install -r requirements.txt
- name: Build
uses: rickstaa/sphinx-action@master
with:
docs-folder: "./docs"
build-command: "sphinx-build -q -W -b dirhtml -d _build/doctrees . _build/html"
run: |
cd docs
sphinx-build -q -W -b dirhtml -d _build/doctrees . _build/html
cd ../
# Upload performance is awful on the many small files our build generates,
# so it's compressed locally before uploading
Expand Down

0 comments on commit 85366f1

Please sign in to comment.