updates to build in gitea actions
Some checks failed
Build container images / build (push) Failing after 11s
Some checks failed
Build container images / build (push) Failing after 11s
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user