Skip to content

Commit

Permalink
Fix docsite branch builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jas14 committed Sep 3, 2024
1 parent 73974a9 commit fcf0db7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/super_diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ jobs:
DOCSITE_RELEASE_VERSION: ${{ needs.collect-docsite-release-info.outputs.DOCSITE_RELEASE_VERSION }}
- name: Copy site/ to ${{ needs.collect-docsite-release-info.outputs.DOCSITE_DESTINATION_PATH }}
run: |
rm -rf "$DOCSITE_DESTINATION_PATH"
mkdir -p "$(dirname "$DOCSITE_DESTINATION_PATH")"
mv site "$DOCSITE_DESTINATION_PATH"
env:
Expand Down

0 comments on commit fcf0db7

Please sign in to comment.