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:46:06 +0300
committerGitHub <noreply@github.com>2022-10-01 11:46:06 +0300
commit5d6ec0385f53a4b3552be06f7490e999b404a8c7 (patch)
tree12d8109d6a71035196a45f04e5a6eb37d122ac1e
parent48917d1f07ca5d3409c840947389c07cddda73db (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 a75ff9a..7af361a 100644
--- a/.github/workflows/hugo.yml
+++ b/.github/workflows/hugo.yml
@@ -50,7 +50,7 @@ jobs:
--baseURL "${{ steps.pages.outputs.base_url }}/" \
-s "../beautifulhugo/exampleSite/" \
--themesDir "../beautifulhugo/" \
- -c "../beautifulhugo/beautifulhugo/exampleSite/content/"
+ -c "../beautifulhugo/exampleSite/content/"
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with: