Change deploy workflow to use themesDir

This commit is contained in:
Alex Shpak
2025-08-02 23:43:07 +02:00
committed by GitHub
parent 544a0f0ce4
commit 7bd4d673cc
+1 -1
View File
@@ -33,7 +33,7 @@ jobs:
extended: true
- name: Run Hugo
working-directory: exampleSite
run: hugo --minify
run: hugo --minify --themesDir ../..
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with: