Skip to content

Commit

Permalink
Swap cd and deps install steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Crozzers committed Sep 10, 2023
1 parent 9e0dd85 commit 516d79e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ mypy:

.PHONY: docs
docs:
cd docs/docs && git reset --hard
tree
python -m pip install .[docs]
cd docs/docs && git reset --hard
python docs/make.py

.PHONY: release
Expand Down

0 comments on commit 516d79e

Please sign in to comment.