typo + remove unneeded file
This commit is contained in:
parent
e74e1efe1c
commit
7f8932304f
2 changed files with 1 additions and 8 deletions
7
Makefile
7
Makefile
|
@ -1,7 +0,0 @@
|
||||||
all: install
|
|
||||||
pipenv run mkdocs build
|
|
||||||
|
|
||||||
install:
|
|
||||||
pipenv install
|
|
||||||
clean:
|
|
||||||
rm -rf docs
|
|
|
@ -24,5 +24,5 @@ mkdocs serve
|
||||||
mkdocs build
|
mkdocs build
|
||||||
|
|
||||||
# To get out of the virtual environment, you do
|
# To get out of the virtual environment, you do
|
||||||
deacivate
|
deactivate
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue