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"
|
||||
|
||||
- run: npm install
|
||||
- run: npm run build
|
||||
|
||||
- name: Deploy
|
||||
uses: JamesIves/github-pages-deploy-action@releases/v3
|
||||
uses: crazy-max/ghaction-github-pages@v1
|
||||
with:
|
||||
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
BRANCH: gh-pages
|
||||
FOLDER: dist
|
||||
target_branch: gh-pages
|
||||
build_dir: dist
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user