Skip to content

Commit 3e97ecb

Browse files
authored
fix(ops): use adapters from main branch
1 parent d7531ce commit 3e97ecb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/docker.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,14 +116,14 @@ jobs:
116116
"version": "0.1",
117117
"entryPoint": "file:documents.xml",
118118
"storeAdapters": [
119-
"git+https://github.com/metanorma/firelight#collection-support/packages/relaton-collection-xml-store",
120-
"git+https://github.com/metanorma/firelight#collection-support/packages/metanorma-xml-store"
119+
"git+https://github.com/metanorma/firelight#main/packages/relaton-collection-xml-store",
120+
"git+https://github.com/metanorma/firelight#main/packages/metanorma-xml-store"
121121
],
122122
"contentAdapters": [
123-
"git+https://github.com/metanorma/firelight#collection-support/packages/metanorma-site-content"
123+
"git+https://github.com/metanorma/firelight#main/packages/metanorma-site-content"
124124
],
125125
"resourceLayouts": [
126-
"git+https://github.com/metanorma/firelight#collection-support/packages/plateau-layout"
126+
"git+https://github.com/metanorma/firelight#main/packages/plateau-layout"
127127
]
128128
}
129129
EOF

0 commit comments

Comments
 (0)