From 7517534eb013e52849eedcf3068593767d7a93b2 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Thu, 13 Feb 2025 14:07:05 +0000 Subject: [PATCH] test: pipeline --- .forgejo/workflows/push.yaml | 2 +- hugo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/push.yaml b/.forgejo/workflows/push.yaml index 1a2f319..6fef5ec 100644 --- a/.forgejo/workflows/push.yaml +++ b/.forgejo/workflows/push.yaml @@ -33,7 +33,7 @@ jobs: # Step 4: Set the correct URL for skynet - name: Set the site URL correctly - run: sed -i 's%baseURL.*%baseURL=https://${{ env.GITHUB_REPOSITORY_OWNER }}.users.skynet.ie%' hugo.toml + run: sed -i "s%baseURL.*%baseURL='https://${{ env.GITHUB_REPOSITORY_OWNER }}.users.skynet.ie'%" hugo.toml && cat hugo.toml # Step 4: Build the Hugo site - name: Build Hugo site diff --git a/hugo.toml b/hugo.toml index ef25111..4660e00 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,4 +1,4 @@ baseURL = 'https://example.org/' languageCode = 'en-us' title = 'My New Hugo Site' -theme = 'PaperMod' \ No newline at end of file +theme = 'PaperMod'