There was an error while loading. Please reload this page.
1 parent 2d34201 commit 99cffa3Copy full SHA for 99cffa3
1 file changed
.github/workflows/publish.yml
@@ -87,7 +87,7 @@ jobs:
87
- name: Copy site files (docs → root)
88
run: |
89
echo "Copying ${SOURCE_DIR}/ → publish/"
90
- rsync -av --delete --exclude ".git" --exclude "CNAME" --exclude ".nojekyll" --exclude ".github" --exclude "README.md" --exclude "RenderHub.png" source/ publish/
+ rsync -av --delete --exclude ".git" --exclude "CNAME" --exclude ".nojekyll" --exclude ".github" --exclude "README.md" --exclude "RenderHub.png" "${SOURCE_DIR}/" publish/
91
echo "Copy completed"
92
93
- name: List published files
0 commit comments