diff --git a/source/content/exercise/index.md b/source/content/exercise/index.md index 012e928..672cf40 100644 --- a/source/content/exercise/index.md +++ b/source/content/exercise/index.md @@ -5,12 +5,12 @@ ```{toctree} :maxdepth: 1 -./slide1 +./problem ``` {% else %} ### some sub title -```{include} ./slide1.md +```{include} ./problem.md ``` {% endif %} diff --git a/source/content/exercise/problem.md b/source/content/exercise/problem.md new file mode 100644 index 0000000..37334e0 --- /dev/null +++ b/source/content/exercise/problem.md @@ -0,0 +1,9 @@ +# Exercise + +In this exercise, you will work on a LaTeX article with a bibliography. +You will learn how to set-up an automated CI/CD pipeline using GitHub Actions to compile the LaTeX document and publish it as a PDF file. +This setup will ensure that your document is consistently compiled with all the necessary dependencies and configurations. + +By the end of this exercise, you will have a practical workflow that enhances your productivity and ensures the quality of your LaTeX documents. + +Go to the [LaTeX Article CI/CD Template Repository](https://github.com/matteodelucchi/latex-article-template) and follow the instructions in the README.