Skip to content

Commit 808ce1f

Browse files
authored
Update baseURL in Hugo workflow
1 parent c865282 commit 808ce1f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/hugo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
--gc \
142142
--minify \
143143
--destination docs \
144-
--baseURL "https://powershellorg.github.io/PowerShellOrgWebsite/"
144+
--baseURL "https://powershell.org"
145145
146146
- name: Add .nojekyll file
147147
run: touch docs/.nojekyll
@@ -165,4 +165,4 @@ jobs:
165165
git push
166166
else
167167
echo "No changes to commit"
168-
fi
168+
fi

0 commit comments

Comments
 (0)