Skip to content

Commit

Permalink
remove --mkpath since it didn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
annacrombie committed Feb 12, 2025
1 parent 19eecb8 commit ed5ee12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ci/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if tools/ci/ref_is_release_branch.sh "$branch_name"; then :
else exit 0
fi

tools/ci/deploy.sh "/releases/$version" --mkpath -r --delete build/doc/docs
tools/ci/deploy.sh "/releases/$version" -r --delete build/doc/docs
tools/ci/deploy.sh "/releases/$version" \
"build/muon-$version-amd64-linux-static" \
"build-small/muon-$version-amd64-linux-static-small" \
Expand Down

0 comments on commit ed5ee12

Please sign in to comment.