Update blank.yml
This commit is contained in:
10
.github/workflows/blank.yml
vendored
10
.github/workflows/blank.yml
vendored
@@ -21,11 +21,13 @@ jobs:
|
|||||||
node-version: "14.2.x"
|
node-version: "14.2.x"
|
||||||
|
|
||||||
- run: npm install
|
- run: npm install
|
||||||
|
- run: npm run build
|
||||||
|
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
uses: JamesIves/github-pages-deploy-action@releases/v3
|
uses: crazy-max/ghaction-github-pages@v1
|
||||||
with:
|
with:
|
||||||
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
target_branch: gh-pages
|
||||||
BRANCH: gh-pages
|
build_dir: dist
|
||||||
FOLDER: dist
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user