From d91b233e1c34f848052010b41fdb17b10e26192b Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Mon, 4 May 2020 01:39:35 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 5 +++++ README.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7035224..41634b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.5.0 (2020/05/03) + +* Personal Access Token is not required anymore to trigger a page build on a public repository (#1) +* Update deps + ## 1.4.1 (2020/04/26) * `GITHUB_TOKEN` documentation link (#90) diff --git a/README.md b/README.md index 333e182..39db7b0 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ If you are interested, [check out](https://git.io/Je09Y) my other :octocat: GitH ## Usage -Below is a simple snippet to deploy to GitHub Pages. A [test workflow](https://github.com/crazy-max/ghaction-github-pages/actions?query=workflow%3Atest) is also available for this repository and [deploys to GitHub pages](https://crazy-max.github.io/ghaction-github-pages/). +Below is a simple snippet to deploy to GitHub Pages. A [test workflow](https://github.com/crazy-max/ghaction-github-pages/actions?query=workflow%3Atest) is also available for this repository and deploys to GitHub pages at https://crazy-max.github.io/ghaction-github-pages/. ```yaml name: website