Update deploy-pages.yml
This commit is contained in:
parent
e1260caa2d
commit
f08f71aff6
10
.github/workflows/deploy-pages.yml
vendored
10
.github/workflows/deploy-pages.yml
vendored
@ -12,11 +12,17 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
persist-credentials: false
|
||||||
|
|
||||||
- name: Invoke Webpack build
|
- name: Invoke Webpack build
|
||||||
run: |
|
run: |
|
||||||
npm install .
|
npm install .
|
||||||
npm run build
|
npm run build
|
||||||
|
|
||||||
- name: Invoke Deployment
|
- name: Invoke Deployment
|
||||||
env:
|
env:
|
||||||
BUILD_DIR: dist
|
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
|
||||||
uses: maxheld83/ghpages@v0.2.1
|
BRANCH: gh-pages
|
||||||
|
FOLDER: dist
|
||||||
|
uses: JamesIves/github-pages-deploy-action@3.2.1
|
||||||
|
Loading…
Reference in New Issue
Block a user