Skip to content

Commit

Permalink
ci: Disable LSF docs cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitabelonogov committed May 24, 2023
1 parent ff3e99e commit 26541ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/follow-merge-upstream-repo-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ jobs:
run: |
set -xeuo pipefail
docs_target_dir='${{ env.DOCS_TARGET_DIR }}'
rm -rf "${docs_target_dir}" || true
# rm -rf "${docs_target_dir}" || true
mkdir -p "${docs_target_dir}"
cp -Rf tmp/docs/* "${docs_target_dir}"
git status
Expand Down

0 comments on commit 26541ee

Please sign in to comment.