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 12:01:46 +0300
committerGitHub <noreply@github.com>2022-10-01 12:01:46 +0300
commit35f994e0a7913c621fd22390bfc783e92838c505 (patch)
tree71f71e09a162e75df2a0a0d7aec21e60596c42ca
parent1708736865722e9ca22c18aaaa39e5907268d585 (diff)
Update hugo.yml
-rw-r--r--.github/workflows/hugo.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml
index 02590bb..babf2bf 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/" \
+ -s "./exampleSite/" \
--themesDir "../../" \
- -c "../beautifulhugo/exampleSite/content/"
+ -c "./exampleSite/content/"
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with: