typo + remove unneeded file
ci/woodpecker/pr/woodpecker Pipeline is pending Details

This commit is contained in:
ilja 2023-02-02 14:37:45 +01:00
parent e74e1efe1c
commit 7f8932304f
2 changed files with 1 additions and 8 deletions

View File

@ -1,7 +0,0 @@
all: install
pipenv run mkdocs build
install:
pipenv install
clean:
rm -rf docs

View File

@ -24,5 +24,5 @@ mkdocs serve
mkdocs build
# To get out of the virtual environment, you do
deacivate
deactivate
```