Skip to content

Commit 34d3160

Browse files
committed
Correct vuepress config error and add code auto deployment
1 parent e14c70c commit 34d3160

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/.vuepress/config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ module.exports = {
5656
sidebarDepth: 1, // optional, defaults to 1
5757
children: [
5858
'upload/binaries',
59-
'upload/pio'
59+
'upload/pio',
6060
'upload/arduino-ide'
6161
]
6262
},
@@ -91,7 +91,6 @@ module.exports = {
9191
children: [
9292
'participate/development',
9393
'participate/community',
94-
'participate/financial_support',
9594
['https://github.com/1technophile/OpenMQTTGateway/blob/development/LICENSE.txt','License']
9695
]
9796
}

scripts/prepare_deploy.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ for i in */; do zip -r "${i%/}-libraries.zip" "$i"; done
88
ls -la
99
mv *.zip ../../toDeploy
1010
cd ../..
11+
echo "zipping code and licence"
12+
zip -r OpenMQTTGateway_sources.zip main LICENSE.txt
13+
mv *.zip toDeploy
1114
mv *.bin toDeploy
1215
cd toDeploy
1316
ls -la

0 commit comments

Comments
 (0)