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
- back-test-e2e
- back-test-unit
filters:
branches:
only: main
- server-doc-deploy:
requires:
- server-doc-build
filters:
branches:
only: main
Loading…
Cancel
Save