From 0cbcfedb87f376aa04fb5208ae0b2dc37453b59e Mon Sep 17 00:00:00 2001 From: RWTH-MK Date: Sat, 16 Nov 2024 12:15:16 +0100 Subject: [PATCH] test git action --- .github/workflows/conditional_convert_via_pandoc.yml | 12 ++++++------ content/instructions/Test/test.md | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/conditional_convert_via_pandoc.yml b/.github/workflows/conditional_convert_via_pandoc.yml index 92921c4..c9a3ce0 100644 --- a/.github/workflows/conditional_convert_via_pandoc.yml +++ b/.github/workflows/conditional_convert_via_pandoc.yml @@ -17,7 +17,6 @@ jobs: # Seperate jobs to be able to possibly use condition_check_files for other tasks as well condition_check_files: runs-on: 'ubuntu-22.04' - # Declare outputs for next jobs outputs: bool_files_changed: ${{ steps.check_file_changed.outputs.bool_files_changed }} list_changed_files: ${{ steps.check_file_changed.outputs.list_changed_files }} @@ -28,7 +27,7 @@ jobs: - shell: pwsh id: check_file_changed run: | - # Look only for changed files (A - added, M - modified) and return their names (the specific changes are irrelevant) + # Look only for changed files (A - added, M - modified) and return their path+name (the specific changes are irrelevant) $diff=git diff --name-only --diff-filter=AM "HEAD^" HEAD # Filter the files under content/ with the .md extension excluding the Hugo associated _index.md files @@ -58,7 +57,8 @@ jobs: with: fetch-depth: 2 - name: run_pandoc - run: | - echo "$list_changed_files" - bash ./pandoc.sh "$list_changed_files" - - uses: docker://pandoc/latex:3.5 + uses: docker://pandoc/latex:3.5 + with: + run: | + echo "$list_changed_files" + bash ./pandoc.sh "$list_changed_files" diff --git a/content/instructions/Test/test.md b/content/instructions/Test/test.md index 6839edf..4ff36e0 100644 --- a/content/instructions/Test/test.md +++ b/content/instructions/Test/test.md @@ -16,4 +16,4 @@ category: --- ## Am Anfang ... -... war der Testlauf, der ihr aller Schicksal besiegeln sollte. Jetzt neu mit KI-Panade! Knusper! Woop +... war der Testlauf, der ihr aller Schicksal besiegeln sollte. Jetzt neu mit KI-Panade! Knusper!