Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/halogenica/beautifulhugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Romero <halogenica@users.noreply.github.com>2022-10-01 11:51:40 +0300
committerGitHub <noreply@github.com>2022-10-01 11:51:40 +0300
commit34663ef9d21941063a4dd95565af3c4c2f6de5d7 (patch)
treeb0d260079f6079f61703255f3fb68f3d82023f58
parentd497d06f95b1237baa9d3ba6d17f31fef6eacec7 (diff)
Update hugo.yml
-rw-r--r--.github/workflows/hugo.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml
index 9643969..be5cdfc 100644
--- a/.github/workflows/hugo.yml
+++ b/.github/workflows/hugo.yml
@@ -49,7 +49,7 @@ jobs:
--minify \
--baseURL "${{ steps.pages.outputs.base_url }}/" \
-s "../beautifulhugo/exampleSite/" \
- --themesDir "../" \
+ --themesDir "../../" \
-c "../beautifulhugo/exampleSite/content/"
- name: Upload artifact
uses: actions/upload-pages-artifact@v1