Skip to content

Commit 69e9143

Browse files
authored
Update pandoc.yml
1 parent ee84f75 commit 69e9143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pandoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Pandoc generation
4242
uses: docker://pandoc/core:3.0.1
4343
with:
44-
args: "-f gfm+definition_lists -t html xacml-v4.0-csd01.md -c https://docs.oasis-open.org/templates/css/markdown-styles-v1.7.3a.css --toc --toc-depth=5 -s -o xacml-v4.0-csd01.html --metadata title='eXtensible Access Control Markup Language (XACML) Version 4.0'" # gets appended to pandoc command
44+
args: "-f gfm+definition_lists -t html /github/workspace/xacml-v4.0-csd01.md -c https://docs.oasis-open.org/templates/css/markdown-styles-v1.7.3a.css --toc --toc-depth=5 -s -o /github/workspace/xacml-v4.0-csd01.html --metadata title='eXtensible Access Control Markup Language (XACML) Version 4.0'" # gets appended to pandoc command
4545
- name: Upload artifact
4646
uses: actions/upload-pages-artifact@v3
4747
with:

0 commit comments

Comments
 (0)