commit
5b5a6e20ab
5
.github/workflows/deploy.yml
vendored
5
.github/workflows/deploy.yml
vendored
@ -18,6 +18,7 @@ jobs:
|
|||||||
- name: Deploy
|
- name: Deploy
|
||||||
uses: JamesIves/github-pages-deploy-action@releases/v3
|
uses: JamesIves/github-pages-deploy-action@releases/v3
|
||||||
with:
|
with:
|
||||||
GITHUB_TOKEN: ${{ secrets.GH_DEPLOY }}
|
ACCESS_TOKEN: ${{ secrets.GH_DEPLOY }}
|
||||||
BRANCH: master
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
BRANCH: gh-pages
|
||||||
FOLDER: build
|
FOLDER: build
|
Loading…
x
Reference in New Issue
Block a user