1 parent 3e9841e commit 8d272efCopy full SHA for 8d272ef
1 file changed
.github/workflows/docs.yml
@@ -65,6 +65,7 @@ jobs:
65
git config user.email "github-actions[bot]@users.noreply.github.com"
66
tmp=$(mktemp -d)
67
cp -r docs/* "$tmp"
68
+ git reset --hard HEAD
69
git switch --orphan site-deploy
70
rm -rf *
71
cp -r "$tmp"/* .
0 commit comments