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.
2 parents 5652129 + df8867b commit 31318ebCopy full SHA for 31318eb
.github/workflows/publish.site.yml
@@ -25,8 +25,10 @@ jobs:
25
with:
26
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
27
- name: Setup Pages
28
+ id: pages
29
uses: actions/configure-pages@v3
30
- name: Setup Hugo
31
+ id: hugo
32
uses: peaceiris/actions-hugo@v2
33
34
hugo-version: latest
@@ -65,7 +67,7 @@ jobs:
65
67
HUGO_ENVIRONMENT: production
66
68
HUGO_ENV: production
69
run: |
- Invoke-Build -Task BuildSite -SiteBaseUrl https://powershell.github.io/DSC-Samples/
70
+ Invoke-Build -Task BuildSite -SiteBaseUrl "${{ steps.pages.outputs.base_url }}/"
71
- name: Upload artifact
72
uses: actions/upload-pages-artifact@v2
73
0 commit comments