Skip to content

Commit c2b9140

Browse files
committed
Updates
1 parent 6d96352 commit c2b9140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
# HUGO_ENVIRONMENT: staging
156156
# HUGO_CACHEDIR: ${{ runner.temp }}/hugo_cache
157157
TZ: America/New York
158-
run: hugo --baseURL "https://stumbo.github.io/" -e staging
158+
run: hugo -d "./public" --baseURL "https://stumbo.github.io/" -e staging
159159

160160
- run: ls ; ls public
161161

0 commit comments

Comments
 (0)