fix theme path issue
This commit is contained in:
parent
f1da50a4cd
commit
a63090efd3
|
@ -21,4 +21,7 @@ jobs:
|
||||||
|
|
||||||
- name: Run Hugo
|
- name: Run Hugo
|
||||||
working-directory: exampleSite
|
working-directory: exampleSite
|
||||||
run: hugo --themesDir ../..
|
run: |
|
||||||
|
mkdir -p themes
|
||||||
|
ln -s ../.. themes/zzo
|
||||||
|
hugo
|
Loading…
Reference in New Issue