Debug
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Valentin Brandl 2019-05-01 23:11:01 +02:00
parent 946e14bbae
commit 98335f9ba6
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

View File

@ -4,7 +4,7 @@ COPY ./ ./
RUN apk --no-cache add --update make
RUN /bin/drone-hugo && \
make -C public/ -f ../Makefile && \
ls -lah
ls -lah public
# find ./ -type f \( \
# -name "*.html" \
# -o -name "*.js" \