diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2022-04-29 23:38:35 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2022-04-29 23:38:35 +0200 |
| commit | 9c418232bd74a021c32bc15578d5a2269f4aa670 (patch) | |
| tree | 7d81747fb334ac2698f407bfedfc2849e3b9b8d7 /.github/workflows/cd.yml | |
| parent | aa010543f88dd415fdcd234641d74d9b4e6695cf (diff) | |
| download | gohugo-theme-ed-9c418232bd74a021c32bc15578d5a2269f4aa670.tar.gz | |
Update CI step to build local site
Diffstat (limited to '.github/workflows/cd.yml')
| -rw-r--r-- | .github/workflows/cd.yml | 2 |
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 |
