We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b63ca9e commit ef2b771Copy full SHA for ef2b771
1 file changed
.github/workflows/update_docs.yml
@@ -68,7 +68,8 @@ jobs:
68
git rm -rf . || true
69
70
# Copy built documentation
71
- cp -r ../_build/* .
+ apt-get update && apt-get install -y rsync
72
+ rsync -av --delete ../_build/ .
73
74
# Configure git
75
git config user.name "${GIT_USER_NAME}"
0 commit comments