* feat: Add disable_nojekyll and cname options
* docs: Add cname and disable_nojekyll
* chore: Add vim
* chore(release): 3.3.0-0
* ci: Add codecov/codecov-action
* refactor: Enhance warning message
- Add .nojekyll file by default to only the master and gh-pages branches. When the file already exists, this action does nothing.
- When we set other branches to publish_branch, this action does not add .nojekyll file.
cf. https://github.com/peaceiris/actions-gh-pages/issues/112#issuecomment-589678269Close#112
Co-authored-by: Daniel Himmelstein <daniel.himmelstein@gmail.com>
Co-authored-by: Nicolas Vanhoren <nicolas.vanhoren@gmail.com>
Changes for peaceiris/actions-gh-pages
* update: yaml example of GitHub Actions v2 settings for MkDocs, close#8
* revert: support ACTIONS_DEPLOY_KEY (ssh deploy) again
* upgrade: Hugo to v0.58.0 at example yaml
* remove: steps if statement from example yaml, close#12
Changes for this repository
* gha: add lint job (shellcheck and hadolint)
* gha: remove tag filter
* gha: remove steps if statement, close#12
* gha: add action.yml
* fix: FUNDING.yml
This re-uses the existing branch rather than always overwriting it with
a new branch with a single commit.
Signed-off-by: Michael Smith <michael.smith@puppet.com>