summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-04-29 23:38:35 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2022-04-29 23:38:35 +0200
commit9c418232bd74a021c32bc15578d5a2269f4aa670 (patch)
tree7d81747fb334ac2698f407bfedfc2849e3b9b8d7 /.github
parentaa010543f88dd415fdcd234641d74d9b4e6695cf (diff)
downloadgohugo-theme-ed-9c418232bd74a021c32bc15578d5a2269f4aa670.tar.gz
Update CI step to build local site
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cd.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml
index 871668c..2441965 100644
--- a/.github/workflows/cd.yml
+++ b/.github/workflows/cd.yml
@@ -33,7 +33,7 @@ jobs:
extended: true
- name: Build local ./exampleSite
- run: hugo --minify --gc --buildDrafts --verbose --destination ../public --source ./exampleSite --baseURL https://sergeyklay.github.io/gohugo-theme-ed/
+ run: hugo --minify --gc --destination ../public --source ./exampleSite --baseURL https://sergeyklay.github.io/gohugo-theme-ed/
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3