Skip to content

Commit 7139096

Browse files
committed
Fix bug
1 parent 4695062 commit 7139096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
3838
- run: uv pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git
3939

40-
- run: uv run mkdocs gh-deploy --force
40+
- run: uv run mkdocs gh-deploy --force -f demo-mkdocs/mkdocs.yml
4141
env:
4242
GH_TOKEN: ${{ secrets.GH_TOKEN }}
4343
GOOGLE_ANALYTICS_KEY: ${{ secrets.GOOGLE_ANALYTICS_KEY }}

0 commit comments

Comments
 (0)