Releases: oliverviljamaa/deploy-to-github-pages
Releases · oliverviljamaa/deploy-to-github-pages
Update gh-pages to version 3
chore: update gh-pages (#19) * chore: update gh-pages * chore: update
Release version 1
- contains all changes from
v1.0.0-beta.*
releases
Add -m flag
- fix typo for
--defaulBranch
- when the
--defaultBranch
orm
flag is passed, users can specify a different default branch other than master
Add --defaultBranch flag
- when the
--defaultBranch
flag is passed, users can specify a different default branch other than master
Log options when verbose
- when the
--verbose
flag is passed,options
will be logged as well on deployment failure
Add --verbose flag
--verbose
flag defaulting tofalse
is added, which when set, configuresgh-pages
silent
property asfalse
, logging more information.
Get options from GitHub Actions environments
Only directory
and token
options are now required when running in GitHub Actions workflows, similarly to CircleCI.
Support --dotfiles
--dotfiles
flag defaulting tofalse
is now supported, similarly to gh-pages, to support deploying pages which need dotfiles to function correctly
Deploy to root on `master` branch
- when branch is
master
, the directory won't be deployed to/branch/${branchName}
, but/
instead, allowing consumers to only rely on this package and not needgh-pages
in addition - default
branch
value ofmaster
is added
Fix deployment id error
- deployment id was taken from the wrong field