Skip to content

Commit

Permalink
chore: update dependencies versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Bricklou committed May 19, 2024
1 parent 2658b5f commit 3fc054a
Show file tree
Hide file tree
Showing 4 changed files with 658 additions and 490 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
HUGO_BASEURL=${{ env.HUGO_BASEURL }}
PLAUSIBLE_ENDPOINT=${{ env.PLAUSIBLE_ENDPOINT }}
HUGO_BASEURL="${{ env.HUGO_BASEURL }}"
PLAUSIBLE_ENDPOINT="${{ env.PLAUSIBLE_ENDPOINT }}"
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
FROM hugomods/hugo:exts as builder
# Base URL
ARG HUGO_BASEURL
ENV HUGO_BASEURL=${HUGO_BASEURL}
ENV HUGO_BASEURL="${HUGO_BASEURL}"
ARG PLAUSIBLE_ENDPOINT
ENV HUGOxPARAMSxPLAUSIBLE_ANALYTICSxENDPOINT="${PLAUSIBLE_ENDPOINT}"

Expand Down
Loading

0 comments on commit 3fc054a

Please sign in to comment.