Skip to content

Commit fdd20c9

Browse files
committed
ci(GHA): alter targets
1 parent 0aa11a4 commit fdd20c9

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/hugo.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@ jobs:
7070
--gc \
7171
--minify \
7272
--baseURL "${{ steps.pages.outputs.base_url }}/" \
73-
--cacheDir "${{ runner.temp }}/hugo_cache" \
74-
--themesDir ../..
73+
--cacheDir "${{ runner.temp }}/hugo_cache"
7574
- name: Cache Save
7675
id: cache-save
7776
uses: actions/cache/save@v4

exampleSite/hugo.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ disableKinds: [section, taxonomy, term, RSS, sitemap, 404]
33
enableRobotsTXT: true
44

55
title: Online Resume
6-
theme: online-resume
76

87
markup/goldmark/renderer/unsafe: false # there is probably a way to do what you want that is hugo compliant
98

0 commit comments

Comments
 (0)