Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

Commit 54b1663

Browse files
Bump peaceiris/actions-gh-pages from 3.8.0 to 3.9.0 (#3808)
Bumps [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) from 3.8.0 to 3.9.0. - [Release notes](https://github.com/peaceiris/actions-gh-pages/releases) - [Changelog](https://github.com/peaceiris/actions-gh-pages/blob/main/CHANGELOG.md) - [Commits](peaceiris/actions-gh-pages@068dc23...de7ea6f) --- updated-dependencies: - dependency-name: peaceiris/actions-gh-pages dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cd2740e commit 54b1663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Generate docs
2828
run: dart run tool/doc.dart --create-dirs --no-markdown --out lints --token ${{ secrets.GITHUB_TOKEN }}
2929
- name: Deploy docs
30-
uses: peaceiris/actions-gh-pages@068dc23d9710f1ba62e86896f84735d869951305
30+
uses: peaceiris/actions-gh-pages@de7ea6f8efb354206b205ef54722213d99067935
3131
with:
3232
github_token: ${{ secrets.GITHUB_TOKEN }}
3333
publish_branch: gh-pages

0 commit comments

Comments
 (0)