Skip to content

Commit

Permalink
fixes for failed builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuchitra532 committed Nov 16, 2023
1 parent 1bf0d1d commit ab53c94
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 57 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/lts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,18 @@ jobs:
RoboHelp:
name: "RoboHelp"
runs-on: windows-2019
env:
LANGUAGE: ${{ vars.LANGUAGE }}
steps:
- uses: aws-actions/configure-aws-credentials@v3
- uses: aws-actions/configure-aws-credentials@v4
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: ${{ secrets.REGION }}
- name: Enable git long paths to bypass path limit on Windows
run: git config --system core.longpaths true
- name: Check out the GMS2_Documentation repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: Manual
token: ${{ secrets.GH_TOKEN }}
Expand All @@ -33,7 +35,7 @@ jobs:
shell: cmd
working-directory: Manual
- name: Upload robohelp zip file
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: YoYoStudioRoboHelp
path: output\RoboHelp\*.zip
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
RoboHelp:
name: "RoboHelp"
runs-on: windows-2019
env:
LANGUAGE: ${{ vars.LANGUAGE }}
steps:
- uses: aws-actions/configure-aws-credentials@v4
with:
Expand All @@ -24,7 +26,7 @@ jobs:
- name: Enable git long paths to bypass path limit on Windows
run: git config --system core.longpaths true
- name: Check out the GMS2_Documentation repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: Manual
token: ${{ secrets.GH_TOKEN }}
Expand All @@ -34,7 +36,7 @@ jobs:
shell: cmd
working-directory: Manual
- name: Upload robohelp zip file
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: YoYoStudioRoboHelp
path: output\RoboHelp\*.zip
Expand Down
53 changes: 1 addition & 52 deletions Manual/GMS2_Manual.rhpj
Original file line number Diff line number Diff line change
@@ -1,52 +1 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="2020.8.0">
<title>GMS2 Manual</title>
<id>ed49fdaf-a158-4f0a-bdc8-7b5026ece5f2</id>
<preferences>
<language>en_UK</language>
<noInlineStyle>false</noInlineStyle>
<advancedHtmlHelpOptions>false</advancedHtmlHelpOptions>
<defaultCss>contents/assets/css/default.css</defaultCss>
<defaultWsf>settings/import/word/default.wsf</defaultWsf>
<defaultFsf>settings/import/fm/default.fsf</defaultFsf></preferences>
<statuslist>
<status>Draft</status>
<status>In Progress</status>
<status>Ready for Review</status>
<status>Sent for Review</status>
<status>Reviewed</status>
<status>Complete</status></statuslist>
<ctaggroups>
<group>Export</group>
<group>Licence</group>
<group>Misc</group></ctaggroups>
<colors>
<color name="Black" value="#000000"></color>
<color name="Red" value="#FF0000"></color>
<color name="Lime" value="#00FF00"></color>
<color name="Blue" value="#0000FF"></color>
<color name="Maroon" value="#800000"></color>
<color name="Green" value="#008000"></color>
<color name="Navy" value="#000080"></color>
<color name="Gray" value="#808080"></color>
<color name="White" value="#FFFFFF"></color>
<color name="Fuchsia" value="#FF00FF"></color>
<color name="Aqua" value="#00FFFF"></color>
<color name="Yellow" value="#FFFF00"></color>
<color name="Purple" value="#800080"></color>
<color name="Olive" value="#808000"></color>
<color name="Teal" value="#008080"></color>
<color name="Silver" value="#C0C0C0"></color></colors>
<links></links>
<scripts></scripts>
<authortabs></authortabs>
<outputtabs></outputtabs>
<content root="contents/"></content>
<toc root="toc"></toc>
<snippets root="contents/assets/snippets"></snippets>
<glossary root="glossary"></glossary>
<index root="index"></index>
<seealso root="seealso"></seealso>
<variable root="variable"></variable>
<condition root="condition"></condition>
<microcontent root="contents/microcontent"></microcontent></project>
<?xml version="1.0" encoding="UTF-8"?><project version="2022.0.346"><title>GMS2 Manual</title><id>ed49fdaf-a158-4f0a-bdc8-7b5026ece5f2</id><layouts></layouts><preferences><language>en_UK</language><noInlineStyle>false</noInlineStyle><hideBookmarks>false</hideBookmarks><advancedHtmlHelpOptions>false</advancedHtmlHelpOptions><trackChanges>false</trackChanges><defaultCss>contents/assets/css/default.css</defaultCss><defaultWsf>settings/import/word/default.wsf</defaultWsf><defaultFsf>settings/import/fm/default.fsf</defaultFsf></preferences><links></links><scripts></scripts><authortabs></authortabs><outputtabs></outputtabs><content root="contents/"></content><toc root="toc"></toc><snippets root="contents/assets/snippets"></snippets><glossary root="glossary"></glossary><index root="index"></index><seealso root="seealso"></seealso><variable root="variable"></variable><condition root="condition"></condition><microcontent root="contents/microcontent"></microcontent></project>

0 comments on commit ab53c94

Please sign in to comment.