ci(github-action): update peaceiris/actions-gh-pages action to v3.9.3

| datasource  | package                    | from   | to     |
| ----------- | -------------------------- | ------ | ------ |
| github-tags | peaceiris/actions-gh-pages | v3.9.2 | v3.9.3 |
This commit is contained in:
bjw-s-bot 2023-03-30 16:04:36 +00:00
parent 8124ddf87c
commit 09e5d442ec

View file

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