Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
marsipu committed May 20, 2024
1 parent a00fd3f commit b4a3760
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- main

jobs:
build:
build_docs:
runs-on: ubuntu-latest
defaults:
run:
Expand All @@ -25,6 +25,7 @@ jobs:
pip install -v ".[docs]"
- name: Build docs
run: |
cd ./docs
make html
- name: Upload artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit b4a3760

Please sign in to comment.