We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f8b792 commit 9e6574aCopy full SHA for 9e6574a
.github/workflows/deploy_pages.yml
@@ -27,17 +27,17 @@ jobs:
27
{
28
"src": "specifications/device-identity-provisioning/spec.ocp",
29
"append_git_rev_to_version": true,
30
- "gh_pages_html": "device-identity-provisioning/HEAD",
+ "gh_pages_html": "device-identity-provisioning/HEAD"
31
},
32
33
"src": "specifications/dpe-irot-profile/spec.ocp",
34
35
- "gh_pages_html": "dpe-irot-profile/HEAD",
+ "gh_pages_html": "dpe-irot-profile/HEAD"
36
37
38
"src": "specifications/ietf-eat-profile/spec.ocp",
39
40
- "gh_pages_html": "ietf-eat-profile/HEAD",
+ "gh_pages_html": "ietf-eat-profile/HEAD"
41
}
42
]
43
artifact-name: rendered-specs
0 commit comments