Skip to content

Commit 143fe54

Browse files
strogonoffronaldtse
authored andcommitted
chore(ops): try to fix build
1 parent aab7ed8 commit 143fe54

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/docker.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ jobs:
9393
uses: actions/download-artifact@v4
9494
with:
9595
name: mn
96-
path: _site
9796

9897
- name: "Firelight: create temporary Git repo"
9998
run: |
@@ -104,18 +103,18 @@ jobs:
104103
105104
- name: "Firelight: commit"
106105
run: |
107-
ls -Al _site/documents/cc-0001-report-ioptest
108-
git add _site/documents.xml
109-
git add _site/**/*.pdf
110-
git add _site/**/*.xml
106+
ls -Al documents/cc-0001-report-ioptest
107+
git add documents.xml
108+
git add **/*.pdf
109+
git add **/*.xml
111110
git commit -m "Commit MN XML & PDF artifacts"
112111
113112
- name: "Firelight: prepare config"
114113
run: |
115114
cat <<'EOF' >> anafero-config.json
116115
{
117116
"version": "0.1",
118-
"entryPoint": "file:_site/documents.xml",
117+
"entryPoint": "file:documents.xml",
119118
"storeAdapters": [
120119
"git+https://github.com/metanorma/firelight#collection-support/packages/relaton-collection-xml-store",
121120
"git+https://github.com/metanorma/firelight#collection-support/packages/metanorma-xml-store"

0 commit comments

Comments
 (0)