Skip to content

Commit

Permalink
ci: fix docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ObserverOfTime committed May 13, 2024
1 parent 681fc55 commit fa06ebd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ jobs:
- name: Install
run: pip install -e .[docs]
env:
CFLAGS: "-O0 -g"
CFLAGS: -O0
- name: Build docs
run: sphinx-build -M html docs docs/_build
- name: Upload docs artifact
uses: actions/deploy-pages@v3
uses: actions/upload-pages-artifact@v3
with:
path: docs/_build/html
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit fa06ebd

Please sign in to comment.