Skip to content

Commit e54976e

Browse files
CI: Tweak doc build.
1 parent 5187552 commit e54976e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_docs_to_pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
echo "Committing empty repository"
5151
git commit -m "Remove old documentation"
5252
echo "Copying /tmp/html here"
53-
cp -v -r /tmp/html/ .
53+
cp -v -r /tmp/html/* .
5454
touch .nojekyll
5555
echo "Adding new documentation"
5656
git add -A

0 commit comments

Comments
 (0)