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'