This is an automated email from the ASF dual-hosted git repository.
sunyi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-website.git
The following commit(s) were added to refs/heads/master by this push:
new 7b6313c chore(deps): bump peaceiris/actions-gh-pages from v3 to
v3.8.0 (#271)
7b6313c is described below
commit 7b6313cf9bde16b9172ad7a0dfff6fbac1cd1485
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 31 12:11:22 2021 +0800
chore(deps): bump peaceiris/actions-gh-pages from v3 to v3.8.0 (#271)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/deploy.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index e9d42e3..18b1b9e 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -38,7 +38,7 @@ jobs:
cp ../.asf.yaml ./build
- name: Deploy
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/[email protected]
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}