test: pipeline

This commit is contained in:
silver 2025-02-13 14:07:05 +00:00
parent fd91e8cc92
commit 7517534eb0
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D
2 changed files with 2 additions and 2 deletions

View file

@ -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