This is an automated email from the ASF dual-hosted git repository.
tustvold pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
The following commit(s) were added to refs/heads/master by this push:
new 2c4b321d3b8 Bump peaceiris/actions-gh-pages from 3.9.3 to 4.0.0 (#5617)
2c4b321d3b8 is described below
commit 2c4b321d3b8dcbb05c0590528abdf1859bc70cef
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Apr 9 15:56:01 2024 +0100
Bump peaceiris/actions-gh-pages from 3.9.3 to 4.0.0 (#5617)
Bumps
[peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages)
from 3.9.3 to 4.0.0.
- [Release notes](https://github.com/peaceiris/actions-gh-pages/releases)
-
[Changelog](https://github.com/peaceiris/actions-gh-pages/blob/main/CHANGELOG.md)
-
[Commits](https://github.com/peaceiris/actions-gh-pages/compare/v3.9.3...v4.0.0)
---
updated-dependencies:
- dependency-name: peaceiris/actions-gh-pages
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/docs.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index 12ff6e3cfe8..accb9f88108 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -89,7 +89,7 @@ jobs:
rm website/build/artifact.tar
cp .asf.yaml ./website/build/.asf.yaml
- name: Deploy to gh-pages
- uses: peaceiris/[email protected]
+ uses: peaceiris/[email protected]
if: github.event_name == 'push' && github.ref_name == 'master'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}