Skip to content

Commit

Permalink
test git action
Browse files Browse the repository at this point in the history
  • Loading branch information
RWTH-MK committed Nov 21, 2024
1 parent 77f7db7 commit 6e83710
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conditional_convert_via_pandoc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- uses: teatimeguest/setup-texlive-action@v3 # To convert to pdf (from latex)
with:
package-file: |
.github/workflows/pandoc_texlive_packages.tex
.github/workflows/pandoc_texlive_packages.txt
- name: Run Pandoc
run: |
echo "$list_changed_files"
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pandoc_texlive_packages.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
%# long list of packages required by Pandoc (s. https://pandoc.org/MANUAL.html#creating-a-pdf)
%# to create pdf files via latex->texlive

amsfonts
amsmath
lm
Expand Down Expand Up @@ -31,4 +28,7 @@ csquote
parskip
xurl
footnote
etoolbox
etoolbox

# long list of packages required by Pandoc (https://pandoc.org/MANUAL.html#creating-a-pdf)
# to create pdf files via latex->texlive
3 changes: 1 addition & 2 deletions content/instructions/Test/test.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@ category:
---

## Am Anfang ...
... war der Testlauf, der ihr aller Schicksal besiegeln sollte. Jetzt neu mit KI-Panade! Knusper! Woopwoop!
... war der Testlauf, der ihr aller Schicksal besiegeln sollte. Jetzt neu mit KI-Panade! Knusper! Woop!

Ein hoffentlich finaler Git Action Test. Jetzt aber.

0 comments on commit 6e83710

Please sign in to comment.