This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/main by this push:
new 7c8f5ef46 Use `git switch` instead of `git checkout`
7c8f5ef46 is described below
commit 7c8f5ef46f9af8e2e0b4ab3dd300f4b8139a2926
Author: Martin Tzvetanov Grigorov <[email protected]>
AuthorDate: Fri Aug 23 09:49:51 2024 +0300
Use `git switch` instead of `git checkout`
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
---
.github/workflows/deploy-docs.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/deploy-docs.yml
b/.github/workflows/deploy-docs.yml
index 8a3eeddfc..d0522a141 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