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 40c7796 commit 907eeff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 20 deletions.
22 changes: 3 additions & 19 deletions .github/workflows/conditional_convert_via_pandoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,6 @@ jobs:
echo "list_changed_files=$FilesDiff" >> $env:GITHUB_OUTPUT
# Run the job only with 'bool_files_changed' equals 'True'


# - uses: actions/upload-artifact@v4 # To save the files in the repo
# with:
# name: pandoc-artifact
# path: content/
conditional_pandoc:
runs-on: 'ubuntu-22.04'
needs: [ condition_check_files ]
Expand All @@ -55,20 +49,10 @@ jobs:
- uses: actions/checkout@v4 # In order to find the script pandoc.sh
with:
fetch-depth: 2
- uses: pandoc/actions/setup@v1
- name: Run Pandoc in Docker
uses: docker://pandoc/latex:3.5
with:
version: 3.5
- uses: teatimeguest/setup-texlive-action@v3 # To convert to pdf (from latex)
with:
packages: |
scheme-basic
hyperref
xcolor
iftex
- name: Run Pandoc
run: |
echo "$list_changed_files"
bash ./pandoc.sh "$list_changed_files"
args: bash ./pandoc.sh "${{ env.list_changed_files }}"
- name: Commit files # transfer the new files back 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! Wooop!
... war der Testlauf, der ihr aller Schicksal besiegeln sollte. Jetzt neu mit KI-Panade! Knusprig! Wird es noch besser?

0 comments on commit 907eeff

Please sign in to comment.