Deploy Github
This commit is contained in:
6
.github/workflows/deploy-github.yml
vendored
6
.github/workflows/deploy-github.yml
vendored
@@ -13,7 +13,9 @@ jobs:
|
|||||||
- name: Build and Deploy
|
- name: Build and Deploy
|
||||||
uses: JamesIves/github-pages-deploy-action@master
|
uses: JamesIves/github-pages-deploy-action@master
|
||||||
env:
|
env:
|
||||||
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
|
||||||
BRANCH: gh-pages
|
BRANCH: gh-pages
|
||||||
FOLDER: dist
|
FOLDER: dist
|
||||||
BUILD_SCRIPT: npm install && npm run build:github
|
BUILD_SCRIPT: npm install && npm run build:github
|
||||||
|
CLEAN: true
|
||||||
Reference in New Issue
Block a user