-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix compile workflow #155
Fix compile workflow #155
Conversation
include compiled files and folders generated by IDEs and the compile process
…ude, renamed incorrectly named file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, though concerning the output pdf file, the order of the sections and subsections got a bit messed up. It currently has all the "lektionen" as subsections of "Vorbereitung eigener Computer", thereby making it kind of messy and now showing the header of each lection. Didn't immediately see what caused it though.
I know what the issue is. I’ll fix it in a sec |
Pull Request: Enhancements and Fixes for Compile Workflow
This pull request introduces a series of enhancements and bug fixes aimed at improving the reliability and efficiency of the compile workflow.
Key improvements:
checkout
andtexlive
actions to the lates releasetexlive
version to the latest release.gitignore
file to exclude compiled artifacts and IDE-generated foldersImportant Notice for People writing branches
If you are working on other branches, please ensure you update your local branch with the changes from this pull request before continuing your work. This will prevent potential conflicts and ensure consistency across the project.
You can update your branch using the following commands: