Skip to content

Commit

Permalink
change deployment branch
Browse files Browse the repository at this point in the history
  • Loading branch information
gaardhus committed Nov 8, 2024
1 parent f5a10ca commit cfbb072
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/wordflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
restore-keys: |
mkdocs-material-
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --remote-branch docs --clean
- run: mkdocs gh-deploy --clean
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ sync:
@uv pip install -e .

deploy:
mkdocs gh-deploy --remote-branch docs --clean
mkdocs gh-deploy --clean

0 comments on commit cfbb072

Please sign in to comment.