docs: update README.md #3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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 |