From f720068fcc0146cf2463852e8f5dac29233dfe12 Mon Sep 17 00:00:00 2001 From: divlo Date: Thu, 17 Jun 2021 18:52:59 +0200 Subject: [PATCH] ci(release): deploy example/dist to gh-pages --- .github/workflows/release.yml | 2 +- README.md | 2 +- example/.npmignore | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 149e0d7..6e1490f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,4 +30,4 @@ jobs: uses: 'JamesIves/github-pages-deploy-action@4.1.4' with: branch: 'gh-pages' - folder: 'dist' + folder: 'example/dist' diff --git a/README.md b/README.md index 6803c5f..c9d0f7e 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@

- + Licence MIT Contributor Covenant
diff --git a/example/.npmignore b/example/.npmignore index 587e4ec..55b151a 100644 --- a/example/.npmignore +++ b/example/.npmignore @@ -1,3 +1,3 @@ node_modules .cache -dist \ No newline at end of file +dist