Skip to content

Commit b76186e

Browse files
committed
chore(docs): Update deploy script
1 parent 3cac8c4 commit b76186e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+9
-825
lines changed

β€Ždeploy-docs.shβ€Ž

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,11 @@ cd docs/.vuepress/dist
1010

1111
# if you are deploying to a custom domain
1212
echo 'vue-chartjs.org' > CNAME
13-
touch .nojekyll
13+
14+
git init
15+
git add -A
16+
git commit -m 'docs: Deploy docs'
17+
18+
git push -f [email protected]:apertureless/vue-chartjs.git master:gh-pages
19+
20+
cd -

β€Ždocs/.vuepress/config.jsβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ module.exports = {
1313
docsDir: 'docs',
1414
docsBranch: 'master',
1515
base: '/vue-chartjs/',
16+
serviceWorker: true,
1617
locales: {
1718
'/': {
1819
selectText: 'Languages',

β€Ždocs/.vuepress/dist/.nojekyllβ€Ž

Whitespace-only changes.

β€Ždocs/.vuepress/dist/404.htmlβ€Ž

Lines changed: 0 additions & 17 deletions
This file was deleted.

β€Ždocs/.vuepress/dist/CNAMEβ€Ž

Lines changed: 0 additions & 1 deletion
This file was deleted.

β€Ždocs/.vuepress/dist/api/index.htmlβ€Ž

Lines changed: 0 additions & 62 deletions
This file was deleted.

β€Ždocs/.vuepress/dist/assets/css/1.styles.3ac4ce2d.cssβ€Ž

Whitespace-only changes.

β€Ždocs/.vuepress/dist/assets/css/2.styles.8f5c8e96.cssβ€Ž

Lines changed: 0 additions & 1 deletion
This file was deleted.

β€Ždocs/.vuepress/dist/assets/css/styles.698fecae.cssβ€Ž

Lines changed: 0 additions & 1 deletion
This file was deleted.

β€Ždocs/.vuepress/dist/assets/img/search.83621669.svgβ€Ž

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
Β (0)