We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 259d6a4 commit 92cbe7cCopy full SHA for 92cbe7c
CHANGELOG.md
@@ -1,3 +1,18 @@
1
-## Netlify Deploy Github Action v1.0.0
+## Netlify Deploy Pre-rendered Site v1.0.0
2
3
-* Initial release
+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