diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index 4911f61b..98753ee3 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -38,4 +38,6 @@ jobs: run: | git config user.name "GitHub Actions" git config user.email "actions@github.com" - hatch -v run docs:mike deploy --push --rebase --update-aliases 0.0.1debug latest + git fetch origin gh-pages + git pull + hatch -v run docs:mike deploy --push --update-aliases 0.0.1debug latest