Remove analytics
Build and publish / docker (push) Successful in 32s Details

Signed-off-by: Brieuc Dubois <bhasher@noreply.git.bhasher.com>
This commit is contained in:
Brieuc Dubois 2024-02-01 02:05:14 +01:00
parent fa53e855d4
commit a2a191cc3e
1 changed files with 0 additions and 2 deletions

View File

@ -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