diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5ac694d..bd5380f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,4 +21,7 @@ jobs: - name: Run Hugo working-directory: exampleSite - run: hugo --themesDir ../.. \ No newline at end of file + run: | + mkdir -p themes + ln -s ../.. themes/zzo + hugo \ No newline at end of file