Skip to content

Commit

Permalink
Update ci/scripts/website_build.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
  • Loading branch information
lidavidm and kou authored Jun 16, 2024
1 parent 6739feb commit 1d9433d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/website_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ main() {
fi

# Docs use the ADBC release so it will just be 12, 13, 14, ...
local -r regex='^([0-9]+?)$'
local -r regex='^[0-9]+$'
local directory="main"
if [[ "${new_version}" =~ $regex ]]; then
echo "Adding docs for version ${new_version}"
Expand Down

0 comments on commit 1d9433d

Please sign in to comment.