diff --git a/.github/workflows/gh-pages.yaml b/.github/workflows/gh-pages.yaml index 904c15a..c1cc29a 100644 --- a/.github/workflows/gh-pages.yaml +++ b/.github/workflows/gh-pages.yaml @@ -3,7 +3,7 @@ name: github-pages on: push: branches: - - master + - legacy jobs: build-deploy: @@ -29,3 +29,4 @@ jobs: keep_files: true publish_branch: gh-pages publish_dir: ./docs + destination_dir: legacy diff --git a/README.md b/README.md index 4fe665a..738ee26 100644 --- a/README.md +++ b/README.md @@ -30,10 +30,15 @@
OR
```console -npm install vue-css-donut-chart +npm install vue-css-donut-chart@legacy ``` #### Registering `vue-css-donut-chart` @@ -241,4 +246,4 @@ All the `section-*` listeners are called with the `section` object on which the ## License -Code released under [MIT](https://github.com/vue-css-donut-chart/vue-css-donut-chart/blob/master/LICENSE) license. +Code released under [MIT](https://github.com/dumptyd/vue-css-donut-chart/blob/legacy/LICENSE) license. diff --git a/src/components/site/Demo.vue b/src/components/site/Demo.vue index 0caf2f7..a749517 100644 --- a/src/components/site/Demo.vue +++ b/src/components/site/Demo.vue @@ -5,17 +5,17 @@