-
Notifications
You must be signed in to change notification settings - Fork 1
25 lines (25 loc) · 986 Bytes
/
blank.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
- name: GitHub Pages
# You may pin to the exact commit or the version.
# uses: crazy-max/ghaction-github-pages@d3b77e62017a60cdf55ceffc6c263f1f357f4c1b
uses: crazy-max/[email protected]
with:
# GitHub repository where assets will be deployed (default current)
repo: # optional
# Git branch where assets will be deployed
target_branch: # optional, default is gh-pages
# Create incremental commit instead of doing push force
keep_history: # optional, default is false
# Allow an empty commit to be created
allow_empty_commit: # optional, default is true
# Build directory to deploy
build_dir:
# The committer name and email address
committer: # optional
# The author name and email address
author: # optional
# Commit message
commit_message: # optional
# Write the given domain name to the CNAME file
fqdn: # optional
# Allow Jekyll to build your site
jekyll: # optional, default is true