test: pipeline
This commit is contained in:
parent
fd91e8cc92
commit
7517534eb0
2 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ jobs:
|
||||||
|
|
||||||
# Step 4: Set the correct URL for skynet
|
# Step 4: Set the correct URL for skynet
|
||||||
- name: Set the site URL correctly
|
- 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
|
# Step 4: Build the Hugo site
|
||||||
- name: Build Hugo site
|
- name: Build Hugo site
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
baseURL = 'https://example.org/'
|
baseURL = 'https://example.org/'
|
||||||
languageCode = 'en-us'
|
languageCode = 'en-us'
|
||||||
title = 'My New Hugo Site'
|
title = 'My New Hugo Site'
|
||||||
theme = 'PaperMod'
|
theme = 'PaperMod'
|
||||||
|
|
Loading…
Add table
Reference in a new issue