We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 569aed5 commit 72286dcCopy full SHA for 72286dc
1 file changed
.github/workflows/hugo.yaml
@@ -97,6 +97,7 @@ jobs:
97
hugo \
98
--gc \
99
--minify \
100
+ --source ./src \
101
--baseURL "${{ steps.pages.outputs.base_url }}/" \
102
--cacheDir "${{ runner.temp }}/hugo_cache"
103
@@ -111,7 +112,7 @@ jobs:
111
112
uses: actions/upload-pages-artifact@v4
113
with:
114
path: ./public
-
115
+
116
deploy:
117
environment:
118
name: github-pages
0 commit comments