From cfbb072a418b8ebb74a7b38dfcaab0e1bb28a22a Mon Sep 17 00:00:00 2001 From: gaardhus Date: Fri, 8 Nov 2024 15:18:08 +0100 Subject: [PATCH] change deployment branch --- .github/wordflows/ci.yml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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