generated from t4d-gmbh/web-course-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from t4d-gmbh/6-excercise
Exercises part 3
- Loading branch information
Showing
2 changed files
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |