File tree Expand file tree Collapse file tree 4 files changed +795
-11
lines changed Expand file tree Collapse file tree 4 files changed +795
-11
lines changed Original file line number Diff line number Diff line change 11name : Deploy Documentation
22on :
33 push :
4- branches :
5- - master
6- - main
4+ tags :
5+ - ' *'
76permissions :
87 contents : write
98jobs :
109 deploy :
1110 runs-on : ubuntu-latest
11+ if : startsWith(github.ref, 'refs/tags/') && github.event.base_ref == 'refs/heads/master'
1212 steps :
1313 - uses : actions/checkout@v4
1414 - name : Configure Git Credentials
2626 restore-keys : |
2727 mkdocs-material-
2828 - run : pip install mkdocs-material mkdocstrings mkdocstrings-python mkdocs-include-markdown-plugin
29- - run : mkdocs gh-deploy --force
29+ - run : mkdocs gh-deploy --force
Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ name: Deploy to HuggingFace
22
33on :
44 push :
5- branches :
6- - main
7- - master
5+ tags :
6+ - ' *'
87
98jobs :
109 build :
1110 runs-on : ubuntu-latest
11+ if : startsWith(github.ref, 'refs/tags/') && github.event.base_ref == 'refs/heads/master'
1212
1313 steps :
1414 - name : Checkout
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ sdk_version: 5.31.0
88
99OpenSymbiose is an open-source biotechnology / biology research AI agent designed to support researcher.
1010
11+ [ DOCUMENTATION] ( https://lambda-science.github.io/OpenSymbiose/ ) - [ DEMO ON HUGGINGFACE] ( https://huggingface.co/spaces/corentinm7/opensymbiose ) - [ CODE REPO] ( https://github.com/lambda-science/OpenSymbiose )
12+
1113Creator and Maintainer: [ ** Corentin Meyer** , PhD] ( https://cmeyer.fr/ ) - < contact@cmeyer.fr >
1214
1315## Installation
You can’t perform that action at this time.
0 commit comments