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 c97dbb1 commit dd19036
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
20 changes: 9 additions & 11 deletions .github/workflows/conditional_convert_via_pandoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,15 @@ jobs:
- uses: actions/checkout@v4 # In order to find the script pandoc.sh
with:
fetch-depth: 2

# This is an attempt to work via docker, but not yet functioning
#- name: Run Pandoc in Docker
# # 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: Run Pandoc in Docker
# 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! Knusper!
... war der Testlauf, der ihr aller Schicksal besiegeln sollte. Jetzt neu mit KI-Panade! Knusper! Woop!

0 comments on commit dd19036

Please sign in to comment.