Skip to content

Commit 3a5e55a

Browse files
committed
fixes for pushing to s3
1 parent 493405a commit 3a5e55a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build_robohelp_gh.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,11 @@ rem append css fix to layout.css
9393
type "%basedir%SupportFiles\layout_fix_append.css" >> "%DESTDIR%\RoboHelp\template\Charcoal_Grey\layout.css"
9494

9595
pushd %DESTDIR%\RoboHelp
96-
if /i "!robohelpPreset!"=="GMS2 Manual Responsive HTML5 BETA" (
96+
if /i %robohelpPreset%=="GMS2 Manual Responsive HTML5 BETA" (
9797
echo Branch is develop - Choose BETA
9898
aws s3 cp helpdocs_keywords.json s3://manual-json-files/Beta/helpdocs_keywords.json
9999
aws s3 cp helpdocs_tags.json s3://manual-json-files/Beta/helpdocs_tags.json
100-
) else if /i "!robohelpPreset!"=="GMS2 Manual Responsive HTML5" (
100+
) else if /i %robohelpPreset%=="GMS2 Manual Responsive HTML5" (
101101
echo Branch is main-lts - Choose LTS
102102
aws s3 cp helpdocs_keywords.json s3://manual-json-files/Green/helpdocs_keywords.json
103103
aws s3 cp helpdocs_tags.json s3://manual-json-files/Green/helpdocs_tags.json

0 commit comments

Comments
 (0)