Fix hugo command
This commit is contained in:
7
.github/workflows/pages.yml
vendored
7
.github/workflows/pages.yml
vendored
@@ -49,11 +49,8 @@ jobs:
|
||||
HUGO_ENVIRONMENT: production
|
||||
HUGO_ENV: production
|
||||
run: |
|
||||
hugo \
|
||||
--minify \
|
||||
--baseURL https://willfaught.github.io/paige \
|
||||
--source exampleSite \
|
||||
--themesDir ..
|
||||
cd exampleSite
|
||||
hugo --minify --baseURL https://willfaught.github.io/paige --themesDir ../..
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v1
|
||||
with:
|
||||
|
Reference in New Issue
Block a user