Update deploy-pages.yml
This commit is contained in:
parent
cd596a5be6
commit
e1260caa2d
4
.github/workflows/deploy-pages.yml
vendored
4
.github/workflows/deploy-pages.yml
vendored
@ -16,3 +16,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
npm install .
|
npm install .
|
||||||
npm run build
|
npm run build
|
||||||
|
- name: Invoke Deployment
|
||||||
|
env:
|
||||||
|
BUILD_DIR: dist
|
||||||
|
uses: maxheld83/ghpages@v0.2.1
|
||||||
|
Loading…
Reference in New Issue
Block a user