Skip to content

Commit b8ea152

Browse files
committed
ci: change docs-quarto back to docs in Makefile
1 parent b92ac9f commit b8ea152

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ test-rsc:
3232
pytest pins -m "fs_rsc"
3333

3434
docs-build:
35-
cd docs-quarto && python -m quartodoc build --verbose
36-
cd docs-quarto && quarto render
35+
cd docs && python -m quartodoc build --verbose
36+
cd docs && quarto render
3737

3838
docs-clean:
3939
rm -rf docs/_build docs/api/api_card

0 commit comments

Comments
 (0)