Update gh-page-builder-action.yml
This commit is contained in:
parent
b8ce82c33c
commit
7154a6c1b2
@ -3,6 +3,7 @@ name: github pages
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
|
||||
jobs:
|
||||
@ -36,4 +37,4 @@ jobs:
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
github_token: ${{ secrets.PORTAL_NEXT_TOKEN }}
|
||||
publish_dir: ./out
|
||||
publish_dir: ./out
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user