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:25:39 +0300
committerGitHub <noreply@github.com>2022-10-01 11:25:39 +0300
commit3f212fc7649b571be09a9bf4cc60cae0772ee2c3 (patch)
tree3d57216192a76ee962d87f84b9606ba43c213b68
parent8bee69ccb06398e3e689359392fa68231c24aafa (diff)
Update hugo.yml
attempt to correct beautifulhugo path
-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 4dad6dc..e2aa022 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/ \
- -t ../ \
- -c ../beautifulhugo/exampleSite/content/
+ -s ../beautifulhugo/beautifulhugo/exampleSite/ \
+ -t ../beautifulhugo/ \
+ -c ../beautifulhugo/beautifulhugo/exampleSite/content/
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with: