- Verbose output
- Add
dry-run
input (#144) - Refactor logging output
- Bump fs-extra from 9.1.0 to 10.0.0 (#139)
- Bump @actions/core from 1.2.6 to 1.2.7 (#137)
- Enhance workflow (#136)
- Bring back copySync (#135)
- Container based developer flow (#134)
- Add
domain
input (#133)
- Use native copy (#129)
- Warning message on unresolved symlinks
- Show diff
- Fix CVE-2020-15228
- Dereference symlinks (#121)
- Fix cloning repo log
- Add jekyll input option (#116)
- Check availability of GitHub Pages through GitHub Status Action
- Update deps
- Add ability to sign commits through Import GPG GitHub Action
- Add
author
input - Fix default committer and author for GitHub Actions bot
- More synthetic output
- Replace
GITHUB_PAT
env var withGH_PAT
(#53) - Replace
committer_name
andcommitter_email
inputs withcommitter
- Mark
GITHUB_PAT
,committer_name
andcommitter_email
inputs as deprecated
- Update CI workflow
- Cleanup local paths from extra fields
- Fix action yml
- Keep PAT if you want to deploy to another repo
- Remove limitation notice
- Personal Access Token is not required anymore to trigger a page build on a public repository (#1)
- Update deps
GITHUB_TOKEN
documentation link (#90)- Update deps
- Use ncc and clean workflows
- Update deps
- Check no changes (#62)
- Update deps
- Fix fqdn CNAME writeFileSync (#32)
- Fix keep history (#27)
- Trim token (#25)
- Fix inputs
- Typo
- Add
keep_history
: Create incremental commit instead of doing push force (#2) - Add
allow_empty_commit
: Allow an empty commit to be created - Add
fqdn
: Write the given domain name to the CNAME file - Log latest changes
- Fix committer name/email inputs
- Add customization for commit message, committer name/email (#9)
- Update deps
- Spelling
- Switch to TypeScript Action (#3)
- Add
repo
input
- Use inputs as env
- Push Docker image to DockerHub
- Fix limitation using Personal Access Token
- Fix refs
- Initial version