Change deploy workflow to use themesDir
This commit is contained in:
@@ -33,7 +33,7 @@ jobs:
|
|||||||
extended: true
|
extended: true
|
||||||
- name: Run Hugo
|
- name: Run Hugo
|
||||||
working-directory: exampleSite
|
working-directory: exampleSite
|
||||||
run: hugo --minify
|
run: hugo --minify --themesDir ../..
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-pages-artifact@v3
|
uses: actions/upload-pages-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user