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:59:16 +0300
committerGitHub <noreply@github.com>2022-10-01 11:59:16 +0300
commit1708736865722e9ca22c18aaaa39e5907268d585 (patch)
tree77bed870c7e2b2cc89605451e352b9056eb2c13f
parent3cf03681f1682916131c5a20d19075c0d13281f2 (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 49b5bc6..02590bb 100644
--- a/.github/workflows/hugo.yml
+++ b/.github/workflows/hugo.yml
@@ -54,7 +54,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
- path: ./beautifulhugo/exampleSite/public
+ path: ./exampleSite/public
# Deployment job
deploy: