typo-fix: 'continuous'

This commit is contained in:
ChristianZaccaria 2025-07-31 10:31:00 +01:00
parent 11a7b43350
commit 0f9ea6b86a
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# Llama Stack CI # Llama Stack CI
Llama Stack uses GitHub Actions for Continous Integration (CI). Below is a table detailing what CI the project includes and the purpose. Llama Stack uses GitHub Actions for Continuous Integration (CI). Below is a table detailing what CI the project includes and the purpose.
| Name | File | Purpose | | Name | File | Purpose |
| ---- | ---- | ------- | | ---- | ---- | ------- |

View file

@ -36,7 +36,7 @@ def generate_ci_docs():
# Header section to preserve # Header section to preserve
header = """# Llama Stack CI header = """# Llama Stack CI
Llama Stack uses GitHub Actions for Continous Integration (CI). Below is a table detailing what CI the project includes and the purpose. Llama Stack uses GitHub Actions for Continuous Integration (CI). Below is a table detailing what CI the project includes and the purpose.
| Name | File | Purpose | | Name | File | Purpose |
| ---- | ---- | ------- | | ---- | ---- | ------- |