Skip to content

Releases: oliverviljamaa/deploy-to-github-pages

Update gh-pages to version 3

08 Mar 10:04
778e3e3
Compare
Choose a tag to compare
chore: update gh-pages (#19)

* chore: update gh-pages

* chore: update

Release version 1

18 Sep 14:08
ff6ab3c
Compare
Choose a tag to compare
  • contains all changes from v1.0.0-beta.* releases

Add -m flag

01 Sep 11:51
a419531
Compare
Choose a tag to compare
Add -m flag Pre-release
Pre-release
  • fix typo for --defaulBranch
  • when the --defaultBranch or m flag is passed, users can specify a different default branch other than master

Add --defaultBranch flag

01 Sep 10:29
d105c64
Compare
Choose a tag to compare
Pre-release
  • when the --defaultBranch flag is passed, users can specify a different default branch other than master

Log options when verbose

31 Mar 15:22
Compare
Choose a tag to compare
Pre-release
  • when the --verbose flag is passed, options will be logged as well on deployment failure

Add --verbose flag

31 Mar 14:57
7bd510f
Compare
Choose a tag to compare
Add --verbose flag Pre-release
Pre-release
  • --verbose flag defaulting to false is added, which when set, configures gh-pages silent property as false, logging more information.

Get options from GitHub Actions environments

31 Mar 12:40
2f43e59
Compare
Choose a tag to compare

Only directory and token options are now required when running in GitHub Actions workflows, similarly to CircleCI.

Support --dotfiles

28 Feb 11:08
970973a
Compare
Choose a tag to compare
Support --dotfiles Pre-release
Pre-release
  • --dotfiles flag defaulting to false is now supported, similarly to gh-pages, to support deploying pages which need dotfiles to function correctly

Deploy to root on `master` branch

01 Dec 05:08
c4dabcf
Compare
Choose a tag to compare
Pre-release
  • 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 need gh-pages in addition
  • default branch value of master is added

Fix deployment id error

30 Nov 11:54
Compare
Choose a tag to compare
  • deployment id was taken from the wrong field