Skip to content

Commit

Permalink
Update pandoc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ylked committed Dec 1, 2023
1 parent 2864239 commit e9d0ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pandoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Build pandoc CDC PDF file
run: |
cd doc/cdc/
docker run --rm -it -v $(pwd):/data ylked/pandoc bash -c "/root/build.sh /data/3291-2-cdc.md /data/cdc.pdf"
docker run --rm -v $(pwd):/data ylked/pandoc bash -c "/root/build.sh /data/3291-2-cdc.md /data/cdc.pdf"
- name: Export CDC PDF
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit e9d0ff9

Please sign in to comment.