From 477920e91d730344e9858cd8b855a428eb65a414 Mon Sep 17 00:00:00 2001 From: Frank Dietrich <653288+SubOptimal@users.noreply.github.com> Date: Mon, 27 Mar 2023 08:13:12 +0200 Subject: [PATCH] Generates the webpage for host www.openbikesensor.org. Solves the issue with relative links which would point otherwise to host openbikesensor.org. fixes #179 --- .github/workflows/gh-pages-production.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages-production.yml b/.github/workflows/gh-pages-production.yml index 0cb8056f..bd2ce61a 100644 --- a/.github/workflows/gh-pages-production.yml +++ b/.github/workflows/gh-pages-production.yml @@ -36,7 +36,7 @@ jobs: - run: npm ci - name: Build - run: hugo --minify -b "https://openbikesensor.org" + run: hugo --minify -b "https://www.openbikesensor.org" - name: Deploy uses: peaceiris/actions-gh-pages@v3