Skip to content

Commit 84f3d87

Browse files
committed
Fix json syntax
1 parent de399ca commit 84f3d87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
{
3939
"src": "specifications/device-ownership-transfer/spec.ocp",
4040
"append_git_rev_to_version": true,
41-
"gh_pages_html": "device-ownership-transfer/HEAD",
41+
"gh_pages_html": "device-ownership-transfer/HEAD"
4242
},
4343
{
4444
"src": "specifications/dpe-irot-profile/spec.ocp",

0 commit comments

Comments
 (0)