mirror of
https://github.com/gofiber/storage.git
synced 2025-10-16 13:41:26 +08:00
sync docs workflow optimization
This commit is contained in:
5
.github/scripts/sync_docs.sh
vendored
5
.github/scripts/sync_docs.sh
vendored
@@ -45,11 +45,14 @@ elif [ "$EVENT" == "release" ]; then
|
|||||||
# Check if contrib_versions.json exists and modify it if required
|
# Check if contrib_versions.json exists and modify it if required
|
||||||
if [[ -f $VERSION_FILE ]]; then
|
if [[ -f $VERSION_FILE ]]; then
|
||||||
jq --arg new_version "$new_version" 'del(.[] | select(. == $new_version))' $VERSION_FILE > temp.json && mv temp.json $VERSION_FILE
|
jq --arg new_version "$new_version" 'del(.[] | select(. == $new_version))' $VERSION_FILE > temp.json && mv temp.json $VERSION_FILE
|
||||||
jq 'sort | reverse' ${VERSION_FILE} > temp.json && mv temp.json ${VERSION_FILE}
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Run docusaurus versioning command
|
# Run docusaurus versioning command
|
||||||
$DOCUSAURUS_COMMAND "${new_version}"
|
$DOCUSAURUS_COMMAND "${new_version}"
|
||||||
|
|
||||||
|
if [[ -f $VERSION_FILE ]]; then
|
||||||
|
jq 'sort | reverse' ${VERSION_FILE} > temp.json && mv temp.json ${VERSION_FILE}
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Push changes
|
# Push changes
|
||||||
|
Reference in New Issue
Block a user