Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Add apk webinstaller build to the docs build script
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewL246 committed Nov 28, 2023
1 parent 8dedc65 commit 831b530
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions HelpPage/scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ npm install
npm run build
echo Docusaurus build complete.

echo Building apk webinstaller...
mkdir ../apk
cd ../apk
git clone https://github.com/XaverianTeamRobotics/webinstaller .
npm install
npm run build
echo Webinstaller build complete.

echo Building imgutil...
cd ../imgutil
npm install
Expand All @@ -22,6 +30,8 @@ cd ..
mkdir output
# Move docusaurus build to final output
mv ./doc/build ./build
# Move webinstaller build to final output
mv ./apk/build ./build/apk
# Move imgutil build to final output
mv ./imgutil/dist ./build/imgutil
# Move static files to final output
Expand Down

0 comments on commit 831b530

Please sign in to comment.