Skip to content

Commit

Permalink
Update AwesomeOxygenScriptforDITADocBuilding_CG.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yamasite authored May 7, 2022
1 parent dbc39a8 commit 379c645
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/AwesomeOxygenScriptforDITADocBuilding_CG.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,21 @@ jobs:
run: |
cd scripts/oxygen/scripts
echo "Start building documentation for CSharp CN"
echo "-----------------------------------------------------------------------------------------------"
echo "-----------------------------------------------------------------------------------------------"
./transform.sh -i ../../../dita/RTC/RTC_API_CS.ditamap -sn "DITA Map HTML5 - CG CSharp" -s ../../../.github/workflows/exported_scenarios.scenarios -v
echo "Start building documentation for Flutter CN"
echo "-----------------------------------------------------------------------------------------------"
echo "-----------------------------------------------------------------------------------------------"
./transform.sh -i ../../../dita/RTC/RTC_API_Flutter.ditamap -sn "DITA Map HTML5 - CG Flutter" -s ../../../.github/workflows/exported_scenarios.scenarios -v
echo "Start building documentation for CSharp EN"
echo "-----------------------------------------------------------------------------------------------"
echo "-----------------------------------------------------------------------------------------------"
./transform.sh -i ../../../en-US/dita/RTC/RTC_API_CS.ditamap -sn "DITA Map HTML5 - CG CSharp" -s ../../../.github/workflows/exported_scenarios_en.scenarios -v
echo "Start building documentation for Flutter EN"
echo "-----------------------------------------------------------------------------------------------"
echo "-----------------------------------------------------------------------------------------------"
./transform.sh -i ../../../en-US/dita/RTC/RTC_API_Flutter.ditamap -sn "DITA Map HTML5 - CG Flutter" -s ../../../.github/workflows/exported_scenarios_en.scenarios -v
- name: zip files
Expand Down Expand Up @@ -85,4 +96,4 @@ jobs:
asset_name: cs_cg_en_doc.zip
tag: main
overwrite: true
body: "DITA docs."
body: "DITA docs."

0 comments on commit 379c645

Please sign in to comment.