Skip to content

Commit

Permalink
fix docs ci (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
aniketmaurya authored Dec 27, 2024
1 parent 8a4ed19 commit 4332247
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/mkdocs_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: MkDocs
on:
push:
branches:
- master
- main
jobs:
deploy:
Expand All @@ -11,6 +10,6 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install -r mkdocs mkdocs-material
- run: mkdocs gh-deploy --force
python-version: "3.12"
- run: pip install uv && uv pip install mkdocs mkdocs-material
- run: uv run mkdocs gh-deploy --force

0 comments on commit 4332247

Please sign in to comment.