Browse Source

💚 Add forgotten doc deployement step

pull/4/head
Anatole-DC 4 years ago
parent
commit
f8310730a0
  1. 6
      .circleci/config.yml

6
.circleci/config.yml

@ -132,6 +132,12 @@ workflows:
- lint - lint
- back-test-e2e - back-test-e2e
- back-test-unit - back-test-unit
filters:
branches:
only: main
- server-doc-deploy:
requires:
- server-doc-build
filters: filters:
branches: branches:
only: main only: main
Loading…
Cancel
Save