diff --git a/.github/workflows/multiversion-docs.yaml b/.github/workflows/multiversion-docs.yaml index 0d6381371..4bcf7897c 100644 --- a/.github/workflows/multiversion-docs.yaml +++ b/.github/workflows/multiversion-docs.yaml @@ -55,7 +55,7 @@ jobs: run: | cd ./gh-pages-dev git rm --quiet -rf . - cp -R ../repo/docs/* ./ + cp -r ../repo/docs/. ./ git config --local user.email "" git config --local user.name "github-actions" git add -A