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:39:26 +0300
committerGitHub <noreply@github.com>2022-10-01 11:39:26 +0300
commit97f37788914141caa1f725084f13694873c9eb26 (patch)
tree431f8246f4ba1db7ab5e89493bef71bf06a969aa
parent832ce376b89e17cacc1f92f114c040feb6472a9e (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 b984af1..ed4c9c9 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/ \
- -t ../beautifulhugo/ \
+ -themesDir ../beautifulhugo/ \
-c ../beautifulhugo/beautifulhugo/exampleSite/content/
- name: Upload artifact
uses: actions/upload-pages-artifact@v1