diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d430283..6507432 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,6 +22,6 @@ jobs: run: | python -m pip install --upgrade pip pip install -r requirements.txt - - name: Deploy + - name: Build run: | mkdocs build diff --git a/.gitignore b/.gitignore index dda9bc3..6904420 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ .DS_Store .venv site/ -.vscode/ \ No newline at end of file +.vscode/