Skip to content

Commit 09daa21

Browse files
committed
Render device-identity-provisioning spec to PDF.
1 parent 9e6574a commit 09daa21

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/deploy_pages.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ defaults:
1616
run:
1717
shell: bash
1818
jobs:
19-
# Upload spec HTML
20-
spec-html:
19+
# Render specs
20+
spec-render:
2121
uses: opencomputeproject/ocp-spec-tools/.github/workflows/render.yml@main
2222
with:
2323
tcg-container-version: latest
@@ -28,6 +28,7 @@ jobs:
2828
"src": "specifications/device-identity-provisioning/spec.ocp",
2929
"append_git_rev_to_version": true,
3030
"gh_pages_html": "device-identity-provisioning/HEAD"
31+
"gh_pages_html": "device-identity-provisioning/HEAD/pdf"
3132
},
3233
{
3334
"src": "specifications/dpe-irot-profile/spec.ocp",
@@ -46,7 +47,7 @@ jobs:
4647
name: github-pages
4748
url: ${{ steps.deployment.outputs.page_url }}
4849
runs-on: ubuntu-latest
49-
needs: [spec-html]
50+
needs: [spec-render]
5051
steps:
5152
- name: Download artifacts
5253
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)