diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 8a3eeddfc50..d0522a14114 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -268,7 +268,7 @@ jobs: touch .nojekyll git add --all git commit -m "Publish built website triggered by ${{ github.sha }}" - git checkout asf-site + git switch asf-site git reset --hard asf-site-staging git push origin asf-site --force