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 |
This commit is contained in:
bjw-s-bot 2023-01-17 14:03:58 +00:00
parent 6c62b7a509
commit 3b2e3ed600

View file

@ -35,7 +35,7 @@ jobs:
args: bash -c "cd docs && mdbook build" args: bash -c "cd docs && mdbook build"
- name: Deploy - name: Deploy
uses: peaceiris/actions-gh-pages@v3.9.1 uses: peaceiris/actions-gh-pages@v3.9.2
if: ${{ github.ref == 'refs/heads/main' }} if: ${{ github.ref == 'refs/heads/main' }}
with: with:
github_token: ${{ steps.get-app-token.outputs.token }} github_token: ${{ steps.get-app-token.outputs.token }}