mirror of
https://github.com/ironfox-oss/IronFox.git
synced 2026-09-16 16:32:45 -04:00
fix - CI: manually trigger site update
Signed-off-by: celenity <celenity@celenity.dev>
This commit is contained in:
1 file changed
+1
-1
@@ -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
|
||||
|
||||
Reference in new issue
Block a user