Remove analytics
Build and publish / docker (push) Successful in 32s
Details
Build and publish / docker (push) Successful in 32s
Details
Signed-off-by: Brieuc Dubois <bhasher@noreply.git.bhasher.com>
This commit is contained in:
parent
fa53e855d4
commit
a2a191cc3e
|
@ -5,8 +5,6 @@ RUN apk add --update hugo
|
||||||
WORKDIR /opt/HugoApp
|
WORKDIR /opt/HugoApp
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
# Add analytics
|
|
||||||
COPY layouts/partials/head.html themes/hugo-blog-awesome/layouts/partials/head.html
|
|
||||||
|
|
||||||
RUN hugo
|
RUN hugo
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue