mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 00:47:04 +02:00
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:
parent
6c62b7a509
commit
3b2e3ed600
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docs-release.yaml
vendored
2
.github/workflows/docs-release.yaml
vendored
|
@ -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 }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue