From ed5bb5d2a99a148d97f34141b41542a8c7182c3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 07:36:04 +0000 Subject: [PATCH] build(deps): bump crazy-max/ghaction-github-pages from v2.2.0 to v2.3.0 Bumps [crazy-max/ghaction-github-pages](https://github.com/crazy-max/ghaction-github-pages) from v2.2.0 to v2.3.0. - [Release notes](https://github.com/crazy-max/ghaction-github-pages/releases) - [Changelog](https://github.com/crazy-max/ghaction-github-pages/blob/dev/CHANGELOG.md) - [Commits](https://github.com/crazy-max/ghaction-github-pages/compare/v2.2.0...b8f8d291c97fe0edd9fb4ee73018163593418e8f) Signed-off-by: dependabot[bot] --- .github/workflows/frontend.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml index 7917bdf1..13b64a0c 100644 --- a/.github/workflows/frontend.yml +++ b/.github/workflows/frontend.yml @@ -30,7 +30,7 @@ jobs: token: ${{ secrets.CODECOV_TOKEN }} - name: Deploy - Github Pages if: github.event_name == 'push' - uses: crazy-max/ghaction-github-pages@v2.2.0 + uses: crazy-max/ghaction-github-pages@v2.3.0 with: target_branch: gh-pages build_dir: frontend/build