Skip to content

Commit

Permalink
Merge pull request #9 from t4d-gmbh/6-excercise
Browse files Browse the repository at this point in the history
Exercises part 3
  • Loading branch information
matteodelucchi authored Oct 20, 2024
2 parents 90ed55b + a5ac43a commit 4fd8bd6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/content/exercise/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
```{toctree}
:maxdepth: 1
./slide1
./problem
```
{% else %}
<!-- BUILDING THE PAGES -->
### some sub title
```{include} ./slide1.md
```{include} ./problem.md
```
{% endif %}

9 changes: 9 additions & 0 deletions source/content/exercise/problem.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 4fd8bd6

Please sign in to comment.