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 16, 2024
1 parent 62a546c commit f88e164
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/conditional_convert_via_pandoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,14 @@ jobs:
with:
fetch-depth: 2
- name: Run Pandoc in Docker
uses: docker://pandoc/latex:3.5
with:
args: bash ./pandoc.sh "${{ env.list_changed_files }}"
# This is a one-liner. It gets a Docker Image of pandoc/latex:3.5 working directly in the workspace (because
# $list_changed_files contains relative paths) and executes the script.
run: >-
docker run
--rm -v ${{ github.workspace }}:/workspace
-w /workspace
pandoc/latex:3.5
bash ./pandoc.sh ${{ env.list_changed_files }}
- name: Commit files # transfer the new files into the repository
run: |
git config --local user.name "GH_Action_Bot"
Expand Down
2 changes: 1 addition & 1 deletion content/instructions/Test/test.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ category:
---

## Am Anfang ...
... war der Testlauf, der ihr aller Schicksal besiegeln sollte. Jetzt neu mit KI-Panade! Knusprig! Wird es noch besser? Na?
... war der Testlauf, der ihr aller Schicksal besiegeln sollte. Jetzt neu mit KI-Panade! Knusper! Wird es noch besser?

0 comments on commit f88e164

Please sign in to comment.