updates to build in gitea actions
Some checks failed
Build container images / build (push) Failing after 11s

This commit is contained in:
2023-08-18 17:29:24 -07:00
parent 3efd15fb6f
commit bf44753556
8 changed files with 184 additions and 44 deletions

View File

@@ -10,9 +10,10 @@ RUN apk add --no-cache \
make \
bash
COPY package.json package-lock.json .npmrc /doc-utils/
COPY package.json package-lock.json /doc-utils/
RUN --mount=type=secret,id=npmrc,target=/root/.npmrc npm ci
RUN npm ci
RUN ln -s /doc-utils/node_modules/@doc-utils/docs2website/bin/docs2website /bin/docs2website
RUN ln -s /doc-utils/node_modules/@doc-utils/jsonschema2markdown/bin/jsonschema2markdown /bin/jsonschema2markdown
RUN ln -s /doc-utils/node_modules/@doc-utils/markdown2html/bin/markdown2html /bin/markdown2html