Skip to content

Commit 4ffe938

Browse files
authored
[no ci] docs: make action upload hidden files as well (#374)
Related to #372
1 parent 3a743da commit 4ffe938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/multiversion-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: |
5656
cd ./gh-pages-dev
5757
git rm --quiet -rf .
58-
cp -R ../repo/docs/* ./
58+
cp -r ../repo/docs/. ./
5959
git config --local user.email ""
6060
git config --local user.name "github-actions"
6161
git add -A

0 commit comments

Comments
 (0)