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:57:06 +0300
committerGitHub <noreply@github.com>2022-10-01 11:57:06 +0300
commit3cf03681f1682916131c5a20d19075c0d13281f2 (patch)
tree81c06f082116d537f39cea0a05ded20fb806c5d6
parent34663ef9d21941063a4dd95565af3c4c2f6de5d7 (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 be5cdfc..49b5bc6 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: ./public
+ path: ./beautifulhugo/exampleSite/public
# Deployment job
deploy: