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:48:17 +0300
committerGitHub <noreply@github.com>2022-10-01 11:48:17 +0300
commitd497d06f95b1237baa9d3ba6d17f31fef6eacec7 (patch)
treea6657d4e8e768316de79ae37786db564460ec4dc
parent5d6ec0385f53a4b3552be06f7490e999b404a8c7 (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 7af361a..9643969 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 "../beautifulhugo/" \
+ --themesDir "../" \
-c "../beautifulhugo/exampleSite/content/"
- name: Upload artifact
uses: actions/upload-pages-artifact@v1