Actually run the deploy script
This commit is contained in:
parent
1ee034e9f0
commit
3c9085c7a3
1 changed files with 3 additions and 0 deletions
|
@ -13,3 +13,6 @@ jobs:
|
||||||
name: Build
|
name: Build
|
||||||
command: npm run build
|
command: npm run build
|
||||||
|
|
||||||
|
- deploy:
|
||||||
|
name: Deploy to Github Pages
|
||||||
|
command: ./.circleci/deploy.sh
|
||||||
|
|
Reference in a new issue