Skip to content

Commit bd4b44f

Browse files
authored
Update hugo.yml
1 parent 9a65510 commit bd4b44f

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/hugo.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,11 @@ jobs:
5454
HUGO_ENVIRONMENT: production
5555
HUGO_ENV: production
5656
run: |
57-
hugo \
58-
--minify \
59-
--baseURL "${{ steps.pages.outputs.base_url }}/"
57+
hugo
6058
- name: Upload artifact
6159
uses: actions/upload-pages-artifact@v2
6260
with:
63-
path: ./public
61+
path: ./docs
6462

6563
# Deployment job
6664
deploy:

0 commit comments

Comments
 (0)