Skip to content

Commit

Permalink
Correct vuepress config error and add code auto deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
1technophile committed Nov 8, 2019
1 parent e14c70c commit 34d3160
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ module.exports = {
sidebarDepth: 1, // optional, defaults to 1
children: [
'upload/binaries',
'upload/pio'
'upload/pio',
'upload/arduino-ide'
]
},
Expand Down Expand Up @@ -91,7 +91,6 @@ module.exports = {
children: [
'participate/development',
'participate/community',
'participate/financial_support',
['https://github.com/1technophile/OpenMQTTGateway/blob/development/LICENSE.txt','License']
]
}
Expand Down
3 changes: 3 additions & 0 deletions scripts/prepare_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ for i in */; do zip -r "${i%/}-libraries.zip" "$i"; done
ls -la
mv *.zip ../../toDeploy
cd ../..
echo "zipping code and licence"
zip -r OpenMQTTGateway_sources.zip main LICENSE.txt
mv *.zip toDeploy
mv *.bin toDeploy
cd toDeploy
ls -la
Expand Down

0 comments on commit 34d3160

Please sign in to comment.