From 3b2e3ed60077589e01aaf81a594229c32075f017 Mon Sep 17 00:00:00 2001 From: bjw-s-bot <87358111+bjw-s-bot[bot]@users.noreply.github.com> Date: Tue, 17 Jan 2023 14:03:58 +0000 Subject: [PATCH] ci(github-action): update peaceiris/actions-gh-pages action to v3.9.2 | datasource | package | from | to | | ----------- | -------------------------- | ------ | ------ | | github-tags | peaceiris/actions-gh-pages | v3.9.1 | v3.9.2 | --- .github/workflows/docs-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs-release.yaml b/.github/workflows/docs-release.yaml index 1f0a388e..132a1b85 100644 --- a/.github/workflows/docs-release.yaml +++ b/.github/workflows/docs-release.yaml @@ -35,7 +35,7 @@ jobs: args: bash -c "cd docs && mdbook build" - name: Deploy - uses: peaceiris/actions-gh-pages@v3.9.1 + uses: peaceiris/actions-gh-pages@v3.9.2 if: ${{ github.ref == 'refs/heads/main' }} with: github_token: ${{ steps.get-app-token.outputs.token }}