Skip to content

Commit db45f85

Browse files
committed
Add github pages
1 parent edb6df6 commit db45f85

File tree

2 files changed

+147
-2
lines changed

2 files changed

+147
-2
lines changed

package-lock.json

Lines changed: 144 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"build:unpkg": "rollup --config rollup.config.prod.js --format iife --file dist/vue-announcer.min.js",
1414
"docs": "vuepress dev docs",
1515
"docs:build": "vuepress build docs --no-cache",
16-
"docs:publish": "surge docs/.vuepress/dist https://vue-announcer-v2.surge.sh",
16+
"docs:publish": "gh-pages -d docs/.vuepress/dist",
1717
"release": "standard-version",
1818
"test": "cypress run",
1919
"test:open": "cypress open",
@@ -42,7 +42,7 @@
4242
"bugs": {
4343
"url": "https://github.com/vue-a11y/vue-announcer/issues"
4444
},
45-
"homepage": "https://github.com/vue-a11y/vue-announcer#readme",
45+
"homepage": "https://vue-a11y.github.io/vue-announcer/",
4646
"devDependencies": {
4747
"@rollup/plugin-node-resolve": "^7.1.1",
4848
"@vue/eslint-config-standard": "^5.1.0",
@@ -63,6 +63,7 @@
6363
"eslint-plugin-standard": "^4.0.1",
6464
"eslint-plugin-vue": "^6.1.2",
6565
"eslint-plugin-vuejs-accessibility": "^0.1.1",
66+
"gh-pages": "^2.2.0",
6667
"jest": "^25.1.0",
6768
"jest-serializer-vue": "^2.0.2",
6869
"jest-transform-stub": "^2.0.0",

0 commit comments

Comments
 (0)