Update README.md

This commit is contained in:
Almog Lavi
2024-03-06 22:22:37 +02:00
committed by GitHub
parent f9bef46d76
commit afef57bb87

View File

@ -1,4 +1,5 @@
# To install: # To install:
pip install mkdocs pip install mkdocs
pip install mkdocs-material pip install mkdocs-material
pip install mkdocs-material-extensions pip install mkdocs-material-extensions
@ -12,4 +13,4 @@ To expand and customize the theme: [Material MKDocs](https://squidfunk.github.io
The deployment is managed on the gh-pages branches. The deployment is managed on the gh-pages branches.
After each merge to main the deplloyment will be taken care of by GH action automatically and the new version will be available at: [Docs](https://codium-ai.github.io/docs/) After each merge to main the deplloyment will be taken care of by GH action automatically and the new version will be available at: [Docs](https://codium-ai.github.io/docs/)
Github action is located in `.github/workflows/ci.yml` file. Github action is located in `.github/workflows/ci.yml` file.