Skip to content

Commit

Permalink
added python -m
Browse files Browse the repository at this point in the history
  • Loading branch information
TreyWW committed Apr 3, 2024
1 parent 3f1e9ee commit 63c8212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- run: |
pip install poetry
poetry install --only docs --no-root
- run: mkdocs gh-deploy --force
- run: python -m mkdocs gh-deploy --force
env:
UMAMI_PAGE_URL: ${{ secrets.UMAMI_PAGE_URL }}
UMAMI_WEBSITE_ID: ${{ secrets.UMAMI_WEBSITE_ID }}

0 comments on commit 63c8212

Please sign in to comment.