File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ defaults:
1616 run :
1717 shell : bash
1818jobs :
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
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",
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
You can’t perform that action at this time.
0 commit comments