diff --git a/.github/workflows/deploy_documentation.yml b/.github/workflows/deploy_documentation.yml index 6f939a0..30b3d08 100644 --- a/.github/workflows/deploy_documentation.yml +++ b/.github/workflows/deploy_documentation.yml @@ -40,6 +40,6 @@ jobs: pip install poetry poetry install - # - name: Build and Deploy MkDocs - # run: | - # poetry run mkdocs gh-deploy --force + - name: Build and Deploy MkDocs + run: | + poetry run mkdocs gh-deploy --force