We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e004056 commit 6811555Copy full SHA for 6811555
1 file changed
.circleci/config.yml
@@ -5,6 +5,7 @@ jobs:
5
branches:
6
ignore:
7
- gh-pages
8
+ - master
9
docker:
10
- image: circleci/node:10
11
@@ -50,6 +51,7 @@ jobs:
50
51
- node_modules
52
key: v1-dependencies-{{ checksum "package.json" }}
53
- run: npm test
54
+ - run: npm run build
55
- deploy:
56
name: Deploy
57
command: |
@@ -68,4 +70,4 @@ jobs:
68
70
cd out
69
71
git add -A
72
git commit -m "Deployed: website to Github Pages (automatic): ${CIRCLE_SHA1}" --allow-empty
- git push -q https://${GH_TOKEN}@github.com/developersdo/opensource.git $TARGET_BRANCH
73
+ git push -q https://${GH_TOKEN}@github.com/developersdo/opensource.git $TARGET_BRANCH
0 commit comments