Skip to content

Commit

Permalink
Bump crazy-max/ghaction-github-pages from v2.2.0 to v2.3.0 (#484)
Browse files Browse the repository at this point in the history
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](crazy-max/ghaction-github-pages@v2.2.0...b8f8d29)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 19, 2021
1 parent 29b7df2 commit 251871b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fpsak-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
- name: Deploy testrapport
if: always() && steps.ghpages.outcome == 'success'
uses: crazy-max/ghaction-github-pages@v2.2.0
uses: crazy-max/ghaction-github-pages@v2.3.0
with:
build_dir: gh-pages
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verdikjede-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
- name: Deploy testrapport
if: always() && steps.ghpages.outcome == 'success'
uses: crazy-max/ghaction-github-pages@v2.2.0
uses: crazy-max/ghaction-github-pages@v2.3.0
with:
build_dir: gh-pages
env:
Expand Down

0 comments on commit 251871b

Please sign in to comment.