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:22:13 +0300
committerGitHub <noreply@github.com>2022-10-01 11:22:13 +0300
commit8bee69ccb06398e3e689359392fa68231c24aafa (patch)
treed1e7e491522d75bb99ce07e16ce5407d4713396d
parent708e70e94f74a4ff5b625e1a6d73466874a7ca7f (diff)
Update hugo.yml
testing modified build command for beautifulhugo exampleSite
-rw-r--r--.github/workflows/hugo.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml
index 7145ddf..4dad6dc 100644
--- a/.github/workflows/hugo.yml
+++ b/.github/workflows/hugo.yml
@@ -47,7 +47,10 @@ jobs:
run: |
hugo \
--minify \
- --baseURL "${{ steps.pages.outputs.base_url }}/"
+ --baseURL "${{ steps.pages.outputs.base_url }}/" \
+ -s ../beautifulhugo/exampleSite/ \
+ -t ../ \
+ -c ../beautifulhugo/exampleSite/content/
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with: