mirror of
https://github.com/theoludwig/react-component-form.git
synced 2024-07-17 07:30:13 +02:00
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'
|
uses: 'JamesIves/github-pages-deploy-action@4.1.4'
|
||||||
with:
|
with:
|
||||||
branch: 'gh-pages'
|
branch: 'gh-pages'
|
||||||
folder: 'dist'
|
folder: 'example/dist'
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p align="center">
|
<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="./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>
|
<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 />
|
<br />
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
node_modules
|
node_modules
|
||||||
.cache
|
.cache
|
||||||
dist
|
dist
|
||||||
|
Loading…
Reference in New Issue
Block a user