From 9c418232bd74a021c32bc15578d5a2269f4aa670 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Fri, 29 Apr 2022 23:38:35 +0200 Subject: Update CI step to build local site --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') 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 -- cgit v1.2.3