We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c865282 commit 808ce1fCopy full SHA for 808ce1f
1 file changed
.github/workflows/hugo.yml
@@ -141,7 +141,7 @@ jobs:
141
--gc \
142
--minify \
143
--destination docs \
144
- --baseURL "https://powershellorg.github.io/PowerShellOrgWebsite/"
+ --baseURL "https://powershell.org"
145
146
- name: Add .nojekyll file
147
run: touch docs/.nojekyll
@@ -165,4 +165,4 @@ jobs:
165
git push
166
else
167
echo "No changes to commit"
168
- fi
+ fi
0 commit comments