From ed8a8435b358151aa6538498c71bba64a497e880 Mon Sep 17 00:00:00 2001 From: Valentin Pratz Date: Thu, 27 Mar 2025 10:24:06 +0100 Subject: [PATCH] [no ci] docs: make action upload hidden files as well Related to #372 --- .github/workflows/multiversion-docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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