💚 fix documentation deploy

This commit is contained in:
Niels Lohmann
2023-11-01 22:06:01 +01:00
parent 0261bc04d3
commit 4ffd5bd18e
2 changed files with 8 additions and 3 deletions

View File

@@ -31,5 +31,10 @@ jobs:
- name: Install virtual environment
run: make install_venv -C docs/mkdocs
- name: Publish documentation
run: make publish -C docs/mkdocs
- name: Build documentation
run: make build -C docs/mkdocs
- name: Deploy documentation
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: docs/mkdocs/site