Skip to content

Commit ad86da6

Browse files
committed
changing how docs are built in actions
1 parent fd15a4d commit ad86da6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ jobs:
2323
python -m pip install -e .[dev]
2424
- name: build docs
2525
run: |
26-
cd docs
27-
make html
26+
make docs
2827
- name: save docs
2928
uses: actions/upload-artifact@v3
3029
with:

0 commit comments

Comments
 (0)