We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba27741 commit c8093aeCopy full SHA for c8093ae
.github/workflows/hugo.yml
@@ -65,10 +65,11 @@ jobs:
65
run: git config core.quotepath false
66
- name: Build with Hugo
67
run: |
68
- cd ./exampleSite
69
hugo \
70
--gc \
71
--minify \
+ --source ./exampleSite \
72
+ --themesDir ../.. \
73
--baseURL "${{ steps.pages.outputs.base_url }}/" \
74
--cacheDir "${{ runner.temp }}/hugo_cache"
75
- name: Cache Save
.gitignore
@@ -1,3 +1,4 @@
1
.DS_Store
2
Thumbs.db
3
public/
4
+/resources/_gen/
0 commit comments