Skip to content

Commit 1a41681

Browse files
[fix](build): don't need all those options. Jekyll converts to html
Signed-off-by: Ralph Hightower <[email protected]>
1 parent 1593978 commit 1a41681

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/pandoc.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,6 @@ jobs:
3333
echo "::set-output name=smart_flag;--smart"
3434
fi
3535
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-
4836
- name: Build PDF
4937
run: |
5038
for f in markdown/*.md; do

0 commit comments

Comments
 (0)