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:08:44 +0300
committerGitHub <noreply@github.com>2022-10-01 12:08:44 +0300
commit268683bf7446ab0effdc48ef6909afc64416dd65 (patch)
treec8ec8d8600548155ee6b3241a9490ee65f960dfa
parent35f994e0a7913c621fd22390bfc783e92838c505 (diff)
Update hugo.ymlHEADmaster
-rw-r--r--.github/workflows/hugo.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml
index babf2bf..8001df9 100644
--- a/.github/workflows/hugo.yml
+++ b/.github/workflows/hugo.yml
@@ -49,8 +49,7 @@ jobs:
--minify \
--baseURL "${{ steps.pages.outputs.base_url }}/" \
-s "./exampleSite/" \
- --themesDir "../../" \
- -c "./exampleSite/content/"
+ --themesDir "../../"
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with: