diff --git a/.github/wordflows/ci.yml b/.github/wordflows/ci.yml index a6a6c81..27d5b85 100644 --- a/.github/wordflows/ci.yml +++ b/.github/wordflows/ci.yml @@ -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 diff --git a/Makefile b/Makefile index a9e6a25..e57ce39 100644 --- a/Makefile +++ b/Makefile @@ -14,4 +14,4 @@ sync: @uv pip install -e . deploy: - mkdocs gh-deploy --remote-branch docs --clean + mkdocs gh-deploy --clean