We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1593978 commit 1a41681Copy full SHA for 1a41681
.github/workflows/pandoc.yml
@@ -33,18 +33,6 @@ jobs:
33
echo "::set-output name=smart_flag;--smart"
34
fi
35
36
- - name: Build HTML
37
- run: |
38
- for f in markdown/*.md; do
39
- FILE_NAME=$(basename "$f" | sed 's/.md//g')
40
- pandoc --standalone \ # --include-in-header styles/chmduquesne.css \
41
- --lua-filter=pdc-links-target-blank.lua \
42
- --from markdown --to html \
43
- --output output/${FILE_NAME}.html $f \
44
- --metadata pagetitle=$FILE_NAME
45
- git add output/${FILE_NAME}.html
46
- done
47
-
48
- name: Build PDF
49
run: |
50
for f in markdown/*.md; do
0 commit comments