|
|
@ -49,11 +49,8 @@ jobs:
|
|
|
|
HUGO_ENVIRONMENT: production
|
|
|
|
HUGO_ENVIRONMENT: production
|
|
|
|
HUGO_ENV: production
|
|
|
|
HUGO_ENV: production
|
|
|
|
run: |
|
|
|
|
run: |
|
|
|
|
hugo \
|
|
|
|
cd exampleSite
|
|
|
|
--minify \
|
|
|
|
hugo --minify --baseURL https://willfaught.github.io/paige --themesDir ../..
|
|
|
|
--baseURL https://willfaught.github.io/paige \
|
|
|
|
|
|
|
|
--source exampleSite \
|
|
|
|
|
|
|
|
--themesDir ..
|
|
|
|
|
|
|
|
- name: Upload artifact
|
|
|
|
- name: Upload artifact
|
|
|
|
uses: actions/upload-pages-artifact@v1
|
|
|
|
uses: actions/upload-pages-artifact@v1
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|