Skip to content

Commit 7995203

Browse files
authoredMar 11, 2025
Update README.md
1 parent b298512 commit 7995203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The following sections describe how continuous integration of tutorials, modules
66

77

88
## Continuous Integration of Tutorials:
9-
Part 1 of the CI occurs when a contributor pushes their tutorial .mlx file to the Tutorials Repository. In this part the .mlx file is also converted into a .html, .pdf and .m file. Detailed Documentation for the first part is ‘[here](https://github.com/opencobra/COBRA.tutorials/tree/master/.github/workflows)’. At the end of the first step, the .HTML file(s) of the new tutorial(s) is/are pushed to gh-pages branch at stable/tutorials/<folder of the tutorial> with the commit message being "Sync files from source repo".
9+
**Part 1** of the CI occurs when a contributor pushes their tutorial .mlx file to the Tutorials Repository. In this part the .mlx file is also converted into a .html, .pdf and .m file. Detailed Documentation for the first part is ‘[here](https://github.com/opencobra/COBRA.tutorials/tree/master/.github/workflows)’. At the end of the first step, the .HTML file(s) of the new tutorial(s) is/are pushed to gh-pages branch at stable/tutorials/<folder of the tutorial> with the commit message being "Sync files from source repo".
1010

1111
### Part 2: The html files then converted to required format and the index.html file is updated
1212
A workflow is then set up to be trigged when a .html file is pushed to the gh-pages branch. The .yml file is called ‘[UpdateTutorialIndex.yml](https://github.com/opencobra/cobratoolbox/blob/gh-pages/.github/workflows/UpdateTutorialIndex.yml)’.

0 commit comments

Comments
 (0)
Please sign in to comment.