File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments