more logging
Some checks failed
Build container images / build (push) Failing after 31s

This commit is contained in:
James Brumond 2023-08-19 13:53:51 -07:00
parent 05ffb83eb3
commit f156ec512b
Signed by: james
GPG Key ID: E8F2FC44BAA3357A

View File

@ -9,7 +9,8 @@ WORKDIR /workspace
COPY docs layouts partials config.yaml metadata.json /workspace/ COPY docs layouts partials config.yaml metadata.json /workspace/
RUN mkdir /workspace/www RUN mkdir /workspace/www
RUN docs2website config.yaml RUN docs2website config.yaml
RUN ls /workspace/www RUN ls /workspace
RUN ls /workspace/docs