Skip to content

Commit

Permalink
ci: enable the building step
Browse files Browse the repository at this point in the history
  • Loading branch information
rm93 committed Apr 10, 2024
1 parent 4734f87 commit b2cfbdc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b2cfbdc

Please sign in to comment.