We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9533faa commit 4840239Copy full SHA for 4840239
.github/workflows/hugo.yml
@@ -55,7 +55,7 @@ jobs:
55
run: |
56
hugo \
57
--minify \
58
- --baseURL "${{ steps.pages.outputs.base_url }}/"
+ --baseURL "https://netops2devops.net/"
59
- name: Upload artifact
60
uses: actions/upload-pages-artifact@v3
61
with:
0 commit comments