Browse Source

💚 Fixed CI

main
Alexandre SOARES 4 years ago
parent
commit
b9cae1e5a6
  1. 5
      .circleci/config.yml

5
.circleci/config.yml

@ -3,7 +3,10 @@ workflows:
my_workflow: my_workflow:
jobs: jobs:
- build - build
- netlify_deploy:
requires:
- build
version: 2 version: 2
jobs: jobs:
build: &shared-config build: &shared-config

Loading…
Cancel
Save