Skip to content

Commit

Permalink
fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Rabah committed Nov 25, 2024
1 parent 9c428bf commit e7cf007
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pandoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@ jobs:
- name: create file list
id: files_list
run: |
# echo "Lorem ipsum" > lorem_1.md # create two example files
# echo "dolor sit amet" > lorem_2.md
mkdir output # create output dir
# echo "files=$(printf '"%s" ' *.md)" > $GITHUB_OUTPUT
$GITHUB_OUTPUT="introduction/*.md strategie/*.md ux/*.md ui/*.md code/*.md architecture/*.md"
- uses: docker://pandoc/latex
Expand Down

0 comments on commit e7cf007

Please sign in to comment.