Skip to content

Commit

Permalink
Attempting to fix environment issue with docs
Browse files Browse the repository at this point in the history
  • Loading branch information
TreyWW committed Mar 26, 2024
1 parent b7e0511 commit 7fea40d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,7 @@ jobs:
mkdocs-material-
- run: |
pip install mkdocs-material mkdocs-git-committers-plugin-2
- run: mkdocs gh-deploy --force
- run: mkdocs gh-deploy --force
env:
UMAMI_PAGE_URL: ${{ secrets.UMAMI_PAGE_URL }}
UMAMI_WEBSITE_ID: ${{ secrets.UMAMI_WEBSITE_ID }}

0 comments on commit 7fea40d

Please sign in to comment.