Skip to content

Commit e5d23dd

Browse files
authored
Create netlify.yml
1 parent 62816a3 commit e5d23dd

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

.github/workflows/netlify.yml

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
- name: Netlify Actions
2+
# You may pin to the exact commit or the version.
3+
# uses: nwtgck/actions-netlify@4cbaf4c08f1a7bfa537d6113472ef4424e4eb654
4+
uses: nwtgck/[email protected]
5+
with:
6+
# Publish directory
7+
publish-dir:
8+
# Functions directory
9+
functions-dir: # optional
10+
# Custom deploy message for Netlify
11+
deploy-message: # optional
12+
# GitHub token
13+
github-token: # optional
14+
# Production branch
15+
production-branch: # optional
16+
# Indicate whether to deploy production build
17+
production-deploy: # optional
18+
# Enable pull request comment
19+
enable-pull-request-comment: # optional
20+
# Enable commit comment
21+
enable-commit-comment: # optional
22+
# Enable GitHub commit status
23+
enable-commit-status: # optional
24+
# Overwrites pull request comment
25+
overwrites-pull-request-comment: # optional
26+
# Path to netlify.toml
27+
netlify-config-path: # optional
28+
# Specifies the prefix for the deployment URL
29+
alias: # optional
30+
# Whether or not to deploy to GitHub
31+
enable-github-deployment: # optional
32+
# Environment name of GitHub Deployments
33+
github-deployment-environment: # optional
34+
# Description of the GitHub Deployment
35+
github-deployment-description: # optional
36+
# Fails if no credentials provided
37+
fails-without-credentials: # optional
38+

0 commit comments

Comments
 (0)