fix(summary): use description as summary when summary is empty
This commit is contained in:
@@ -1,11 +1,6 @@
|
||||
version: 2.1
|
||||
jobs:
|
||||
build-check:
|
||||
parameters:
|
||||
example-site-path:
|
||||
type: string
|
||||
theme-path:
|
||||
type: string
|
||||
docker:
|
||||
- image: cibuilds/hugo:0.62
|
||||
working_directory: ~/LoveIt
|
||||
@@ -13,14 +8,10 @@ jobs:
|
||||
- checkout
|
||||
- run: git submodule sync
|
||||
- run: git submodule update --init
|
||||
- run:
|
||||
command: |
|
||||
cd << parameters.example-site-path >> && pwd
|
||||
HUGO_ENV=production hugo --themesDir << parameters.theme-path >> -v --gc
|
||||
htmlproofer public --check-html --allow-hash-href --empty-alt-ignore --disable-external
|
||||
- run: HUGO_ENV=production hugo --source=exampleSite -v --gc
|
||||
- run: htmlproofer exampleSite/public --check-html --allow-hash-href --empty-alt-ignore --disable-external
|
||||
|
||||
workflows:
|
||||
build-check-exampleSite:
|
||||
jobs:
|
||||
- build-check:
|
||||
example-site-path: exampleSite
|
||||
theme-path: ../..
|
||||
- build-check
|
||||
|
||||
Reference in New Issue
Block a user