diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2022-04-29 23:08:55 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2022-04-29 23:08:55 +0200 |
| commit | aa010543f88dd415fdcd234641d74d9b4e6695cf (patch) | |
| tree | 6ce7ca255f1941fa900d0c3da72532732dd3f64d | |
| parent | 9cdc43869601b119444b59b0bc098c473b5999e9 (diff) | |
| download | gohugo-theme-ed-aa010543f88dd415fdcd234641d74d9b4e6695cf.tar.gz | |
Use extended Hugo version
| -rw-r--r-- | .github/workflows/cd.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index a7a15a3..871668c 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -30,6 +30,7 @@ jobs: uses: peaceiris/actions-hugo@v2 with: hugo-version: "${{ github.event.inputs.hugoVersion }}" + extended: true - name: Build local ./exampleSite run: hugo --minify --gc --buildDrafts --verbose --destination ../public --source ./exampleSite --baseURL https://sergeyklay.github.io/gohugo-theme-ed/ |
