Skip to content

Commit 9e6574a

Browse files
committed
Fix JSON
1 parent 4f8b792 commit 9e6574a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy_pages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@ jobs:
2727
{
2828
"src": "specifications/device-identity-provisioning/spec.ocp",
2929
"append_git_rev_to_version": true,
30-
"gh_pages_html": "device-identity-provisioning/HEAD",
30+
"gh_pages_html": "device-identity-provisioning/HEAD"
3131
},
3232
{
3333
"src": "specifications/dpe-irot-profile/spec.ocp",
3434
"append_git_rev_to_version": true,
35-
"gh_pages_html": "dpe-irot-profile/HEAD",
35+
"gh_pages_html": "dpe-irot-profile/HEAD"
3636
},
3737
{
3838
"src": "specifications/ietf-eat-profile/spec.ocp",
3939
"append_git_rev_to_version": true,
40-
"gh_pages_html": "ietf-eat-profile/HEAD",
40+
"gh_pages_html": "ietf-eat-profile/HEAD"
4141
}
4242
]
4343
artifact-name: rendered-specs

0 commit comments

Comments
 (0)