mirror of
https://github.com/Safe-Support-Chat/ocrcc-chatbox
synced 2024-11-22 10:44:54 +00:00
ignore gh-pages branch (#110)
This commit is contained in:
parent
5effd8175d
commit
1678ecc608
@ -22,6 +22,13 @@ jobs:
|
|||||||
[ -f ./dist/blank.html ] || exit 1
|
[ -f ./dist/blank.html ] || exit 1
|
||||||
[ -f ./dist/widget.js ] || exit 1
|
[ -f ./dist/widget.js ] || exit 1
|
||||||
[ -f ./dist/bookmarklet.js ] || exit 1
|
[ -f ./dist/bookmarklet.js ] || exit 1
|
||||||
|
- run:
|
||||||
|
name: npm start works
|
||||||
|
command: |
|
||||||
|
npm run start &
|
||||||
|
pid=$!
|
||||||
|
sleep 10s
|
||||||
|
ps $pid
|
||||||
- run:
|
- run:
|
||||||
name: deploy
|
name: deploy
|
||||||
command: |
|
command: |
|
||||||
@ -35,7 +42,10 @@ workflows:
|
|||||||
version: 2
|
version: 2
|
||||||
build-deploy:
|
build-deploy:
|
||||||
jobs:
|
jobs:
|
||||||
- build
|
- build:
|
||||||
|
filters:
|
||||||
|
branches:
|
||||||
|
ignore: gh-pages
|
||||||
- deploy:
|
- deploy:
|
||||||
requires:
|
requires:
|
||||||
- build
|
- build
|
||||||
|
Loading…
Reference in New Issue
Block a user