From 7ac56255e5ba824b7c03e5817ba9fcea1bbc7f00 Mon Sep 17 00:00:00 2001 From: qtrinh2 Date: Wed, 27 Mar 2024 12:03:30 -0400 Subject: [PATCH] Fixing context root for Hugo workflow --- .github/workflows/cicd--mv-website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd--mv-website.yml b/.github/workflows/cicd--mv-website.yml index 0d0b0458..bd08c66a 100644 --- a/.github/workflows/cicd--mv-website.yml +++ b/.github/workflows/cicd--mv-website.yml @@ -15,7 +15,7 @@ jobs: with: container-registry: "ghcr.io" container-image-name: "mv-website" - hugo-context-root: "." + hugo-context-root: "mv-website" hugo-devl-url: "http://dev.earlymodernviolence.org" hugo-prod-url: "http://dev.earlymodernviolence.org" #hugo-prod-url: "https://earlymodernviolence.org"