Skip to content

Commit

Permalink
Update pandoc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cdanger authored Sep 28, 2024
1 parent 0349106 commit b748231
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pandoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,15 @@ jobs:
ls ${{ github.workspace }}
mkdir output
- name: Pandoc generation
uses: docker://pandoc/core:3.0.1
uses: docker://pandoc/extra:3.0.1
with:
args: >-
-f gfm+definition_lists
-t html
-c https://docs.oasis-open.org/templates/css/markdown-styles-v1.7.3a.css
--toc --toc-depth=5
--standalone
--lua-filter diagram.lua
--metadata title="eXtensible Access Control Markup Language (XACML) Version 4.0"
--output output/xacml-v4.0-csd01.html
xacml-v4.0-csd01.md
Expand Down

0 comments on commit b748231

Please sign in to comment.