Skip to content

Commit c8093ae

Browse files
committed
adjust deployment to use example profile image
1 parent ba27741 commit c8093ae

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/hugo.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,11 @@ jobs:
6565
run: git config core.quotepath false
6666
- name: Build with Hugo
6767
run: |
68-
cd ./exampleSite
6968
hugo \
7069
--gc \
7170
--minify \
71+
--source ./exampleSite \
72+
--themesDir ../.. \
7273
--baseURL "${{ steps.pages.outputs.base_url }}/" \
7374
--cacheDir "${{ runner.temp }}/hugo_cache"
7475
- name: Cache Save

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.DS_Store
22
Thumbs.db
33
public/
4+
/resources/_gen/

0 commit comments

Comments
 (0)