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:44:02 +0300
committerGitHub <noreply@github.com>2022-10-01 11:44:02 +0300
commitefc198b012bed78df223ca939a16c9261b2e7b01 (patch)
tree31ee6b0dccf9ffa511e215a4ff8261a65cc4ca08
parent97f37788914141caa1f725084f13694873c9eb26 (diff)
Update hugo.yml
-rw-r--r--.github/workflows/hugo.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml
index ed4c9c9..315e56f 100644
--- a/.github/workflows/hugo.yml
+++ b/.github/workflows/hugo.yml
@@ -48,9 +48,9 @@ jobs:
hugo \
--minify \
--baseURL "${{ steps.pages.outputs.base_url }}/" \
- -s ../beautifulhugo/exampleSite/ \
- -themesDir ../beautifulhugo/ \
- -c ../beautifulhugo/beautifulhugo/exampleSite/content/
+ -s "../beautifulhugo/exampleSite/" \
+ -themesDir "../beautifulhugo/" \
+ -c "../beautifulhugo/beautifulhugo/exampleSite/content/"
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with: