Skip to content

Commit

Permalink
Update static.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EliHei2 authored Sep 12, 2024
1 parent 9dbaf89 commit 0c34076
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,12 @@ jobs:
run: |
python -m pip freeze
python -m mkdocs --version
# Step 6: Build the MkDocs site with verbose output
- name: Build MkDocs site
run: mkdocs build --verbose --strict
run: poetry run mkdocs gh-deploy --force


# Step 7: Upload the generated site directory as an artifact for GitHub Pages
- name: Upload artifact
Expand Down

0 comments on commit 0c34076

Please sign in to comment.