Update docs_deploy.yml - get this in there. We'll deal with CNAME later

This commit is contained in:
Hamish Willee
2024-11-27 22:24:12 +11:00
committed by GitHub
parent 06389c7d2a
commit 42648dbf2d
+1 -1
View File
@@ -65,7 +65,7 @@ jobs:
# mkdir -p mavlink.io/${{ env.BRANCH_NAME }}
# cp -r ~/_book/* mavlink.io/${{ env.BRANCH_NAME }}/
# mkdir -p mavlink.io
find mavlink.io -mindepth 1 ! -name 'CNAME' ! -name '.git' -exec rm -rf {} +
rm -rf mavlink.io/*
cp -r ~/_book/* mavlink.io/
cd mavlink.io
git config user.email "bot@px4.io"