Skip to content

Commit 92cbe7c

Browse files
committed
update changelog
1 parent 259d6a4 commit 92cbe7c

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1-
## Netlify Deploy Github Action v1.0.0
1+
## Netlify Deploy Pre-rendered Site v1.0.0
22

3-
* Initial release
3+
Initial release.
4+
5+
Example usage:
6+
7+
```yaml
8+
- name: Deploy to Netlify 🚀
9+
uses: data-intuitive/netlify-deploy-action@v1
10+
with:
11+
auth: ${{ secrets.NETLIFY_AUTH_TOKEN }}
12+
site: 'my-netlify-site'
13+
dir: '_site'
14+
prod: true
15+
message: 'Deploy production ${{ github.ref }}'
16+
```
17+
18+
See the README for more information.

0 commit comments

Comments
 (0)