We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4d36e6 commit b00201dCopy full SHA for b00201d
1 file changed
.github/workflows/docs.yaml
@@ -72,9 +72,9 @@ jobs:
72
# Create or switch to gh-pages branch
73
git checkout gh-pages 2>/dev/null || git checkout --orphan gh-pages
74
75
- # Clean and copy new docs (preserve .git directory)
+ # Clean and copy new docs (preserve .git directory, include dotfiles)
76
find . -mindepth 1 -not -path './.git' -not -path './.git/*' -delete
77
- cp -r ../docs/dist/* .
+ cp -r ../docs/dist/. .
78
79
# Commit and push if there are changes
80
git add -A
0 commit comments