mirror of
https://github.com/valitydev/swag-wallets-webhook-events.git
synced 2024-11-06 10:05:19 +00:00
Update peaceiris/actions-gh-pages action to v4
This commit is contained in:
parent
719220c809
commit
72f50dd941
2
.github/workflows/gh-pages.yml
vendored
2
.github/workflows/gh-pages.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
- name: Bundle specification
|
||||
run: npm run build -- ./dist
|
||||
- name: Publish ReDoc on Github Pages
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
uses: peaceiris/actions-gh-pages@v4
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: ./dist
|
||||
|
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
- name: Bundle specification
|
||||
run: npm run build
|
||||
- name: Publish built specification
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
uses: peaceiris/actions-gh-pages@v4
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: ./dist
|
||||
|
Loading…
Reference in New Issue
Block a user