Skip to content

Commit 996d1c4

Browse files
chore: deploy the docs in the correct directory
1 parent 5fc7b91 commit 996d1c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-with-version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
175175
# Copy docs from the working directory (they should still be there)
176176
if [ -d "docs" ]; then
177-
cp -r docs/* . 2>/dev/null || echo "No docs to copy"
177+
cp -r docs/ . 2>/dev/null || echo "No docs to copy"
178178
git add .
179179
180180
if [ -n "$(git status --porcelain)" ]; then
@@ -229,4 +229,4 @@ jobs:
229229
else
230230
echo "❌ Release workflow failed!"
231231
echo "Please check the logs above for error details."
232-
fi
232+
fi

0 commit comments

Comments
 (0)