Skip to content

Commit 8a6f075

Browse files
committed
Re-enable PDF output.
1 parent 157a65c commit 8a6f075

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/render-sample-spec.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,14 @@ jobs:
99
render-sample:
1010
uses: ./.github/workflows/render.yml
1111
with:
12-
tcg-container-version: latest
12+
tcg-container-version: v0.18.12
1313
ocp-template-ref: main
1414
inputs: >-
1515
[
1616
{
1717
"src": "sample-spec/spec.ocp",
1818
"append_git_rev_to_version": true,
19-
"gh_pages_html": "sample-spec/HEAD"
19+
"gh_pages_html": "sample-spec/HEAD",
20+
"gh_pages_pdf": "sample-spec/HEAD/pdf"
2021
}
2122
]

0 commit comments

Comments
 (0)