File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 41
41
- name : Pandoc generation
42
42
uses : docker://pandoc/core:3.0.1
43
43
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
45
45
- name : Upload artifact
46
46
uses : actions/upload-pages-artifact@v3
47
47
with :
You can’t perform that action at this time.
0 commit comments