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:45:00 +0300
committerGitHub <noreply@github.com>2022-10-01 11:45:00 +0300
commit48917d1f07ca5d3409c840947389c07cddda73db (patch)
treed66ac2acff4444b105ec4de868572bce215b8d23
parentefc198b012bed78df223ca939a16c9261b2e7b01 (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 315e56f..a75ff9a 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 "../beautifulhugo/" \
-c "../beautifulhugo/beautifulhugo/exampleSite/content/"
- name: Upload artifact
uses: actions/upload-pages-artifact@v1