ci(release): deploy example/dist to gh-pages
This commit is contained in:
parent
d4a3fc4573
commit
f720068fcc
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -30,4 +30,4 @@ jobs:
|
||||
uses: 'JamesIves/github-pages-deploy-action@4.1.4'
|
||||
with:
|
||||
branch: 'gh-pages'
|
||||
folder: 'dist'
|
||||
folder: 'example/dist'
|
||||
|
@ -5,7 +5,7 @@
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<a href="./CONTRIBUTING.md"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat" /></a>
|
||||
<a href="./CONTRIBUTING.md"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat" /></a>
|
||||
<a href="./LICENSE"><img src="https://img.shields.io/badge/licence-MIT-blue.svg" alt="Licence MIT"/></a>
|
||||
<a href="./CODE_OF_CONDUCT.md"><img src="https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg" alt="Contributor Covenant" /></a>
|
||||
<br />
|
||||
|
@ -1,3 +1,3 @@
|
||||
node_modules
|
||||
.cache
|
||||
dist
|
||||
dist
|
||||
|
Reference in New Issue
Block a user