Merge 227f17828d
into 534526e938
commit
bd464b00f1
|
@ -40,7 +40,7 @@ jobs:
|
||||||
yarn docs:build
|
yarn docs:build
|
||||||
- name: Deploy to main Repository
|
- name: Deploy to main Repository
|
||||||
if: github.event_name != 'pull_request'
|
if: github.event_name != 'pull_request'
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v4
|
||||||
with:
|
with:
|
||||||
personal_token: ${{ secrets.ACTION_PERSONAL_TOKEN }}
|
personal_token: ${{ secrets.ACTION_PERSONAL_TOKEN }}
|
||||||
publish_dir: docs/.vuepress/dist
|
publish_dir: docs/.vuepress/dist
|
||||||
|
|
Loading…
Reference in New Issue