Skip to content

Commit fcf0db7

Browse files
committed
Fix docsite branch builds
1 parent 73974a9 commit fcf0db7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/super_diff.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ jobs:
217217
DOCSITE_RELEASE_VERSION: ${{ needs.collect-docsite-release-info.outputs.DOCSITE_RELEASE_VERSION }}
218218
- name: Copy site/ to ${{ needs.collect-docsite-release-info.outputs.DOCSITE_DESTINATION_PATH }}
219219
run: |
220+
rm -rf "$DOCSITE_DESTINATION_PATH"
220221
mkdir -p "$(dirname "$DOCSITE_DESTINATION_PATH")"
221222
mv site "$DOCSITE_DESTINATION_PATH"
222223
env:

0 commit comments

Comments
 (0)