fix theme path issue

This commit is contained in:
Wen-We Tseng 2020-12-04 11:21:24 +08:00
parent f1da50a4cd
commit a63090efd3
1 changed files with 4 additions and 1 deletions

View File

@ -21,4 +21,7 @@ jobs:
- name: Run Hugo
working-directory: exampleSite
run: hugo --themesDir ../..
run: |
mkdir -p themes
ln -s ../.. themes/zzo
hugo