From 192674eb162049822c3d135e61648da17016e246 Mon Sep 17 00:00:00 2001 From: Helio Chissini de Castro Date: Wed, 14 Feb 2024 11:13:45 +0100 Subject: [PATCH] ci(deploy): Fix website origin Signed-off-by: Helio Chissini de Castro --- .github/workflows/build_and_publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_publish.yml b/.github/workflows/build_and_publish.yml index f00b24e..3eb6862 100644 --- a/.github/workflows/build_and_publish.yml +++ b/.github/workflows/build_and_publish.yml @@ -48,7 +48,7 @@ jobs: shell: bash run: | mkdir -p themes/docsy - hugo --minify -b . + hugo --minify -b 'https://www.eclipse.org/sw360/' - name: Archive uses: actions/upload-artifact@v2