summaryrefslogtreecommitdiff
path: root/deploy-doc.sh
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2020-01-29 05:25:05 +0300
committerGunnar Mills <gmills@us.ibm.com>2020-01-29 05:25:59 +0300
commit6109113cc9e7e481b6f37b25c329ac64fcb7dbfc (patch)
treef8d0ff86f77c5c930ec23803b6d7a4ca2e952ecc /deploy-doc.sh
parentf70db21f75e4488b1d4824733077fcd164af8a3b (diff)
downloadwebui-vue-6109113cc9e7e481b6f37b25c329ac64fcb7dbfc.tar.xz
Revert "Add coding guidelines and component documentation"
Merged accidentally. Did not have proper +1s/+2s. The author will resubmit. Apologies for the noise. This reverts commit aae4312c3c535253b2d5db7a75503f0237ae423e. Change-Id: I110dd4e12286836aedf84dfba2c4ef07cac08b46 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'deploy-doc.sh')
-rw-r--r--deploy-doc.sh19
1 files changed, 0 insertions, 19 deletions
diff --git a/deploy-doc.sh b/deploy-doc.sh
deleted file mode 100644
index c485b77a..00000000
--- a/deploy-doc.sh
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/usr/bin/env sh
-# This is the script to deploy documentation only
-
-# abort on errors
-set -e
-
-# build
-npm run docs:build
-
-# navigate into the build output directory
-cd docs/.vuepress/dist
-
-git init
-git add -A
-git commit -m 'deploy'
-
-# push to gh-pages repo
-git push -f git@github.com:openbmc/webui-vue.git master:gh-pages
-cd - \ No newline at end of file