fix - CI: manually trigger site update

Signed-off-by: celenity <celenity@celenity.dev>
This commit is contained in:
celenity committed 2026-08-19 23:30:47 +00:00
1 parent bd7532cdda
commit fb7debdb16
1 file changed
+1 -1
+1 -1
View File
@@ -82,7 +82,7 @@ pushd "${IRONFOX_SITE_REPO}"
source "${IRONFOX_PYENV}"
"${IRONFOX_PYTHON}" ./scripts/gen_patch_pages.py "${IRONFOX_SCRIPTS}/patches.yaml"
if [[ "${IRONFOX_CURRENT_BRANCH}" == "${IRONFOX_PROD_BRANCH}" ]]; then
if true; then
# Update version name
"${IRONFOX_SED}" -i "s/IRONFOX_VERSION = .*/IRONFOX_VERSION = \"${IRONFOX_VERSION}\";/g" \
./src/version.ts