Skip to content

Commit b613ae4

Browse files
committed
Switch on verbose mode for cecil
1 parent 20b17e5 commit b613ae4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build-deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- master
77
paths:
8+
- 'Makefile'
89
- 'assets/**'
910
- 'content/**'
1011
- 'data/*.json'

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ watch-production: composer.lock yarn.lock data/github
2121

2222
development: export CECIL_DEBUG=true
2323
development: composer.lock yarn.lock data/github
24-
@rm -rf .cache && ln -sf config.$@.yml config.yml && ./vendor/bin/cecil build
24+
@rm -rf .cache && ln -sf config.$@.yml config.yml && ./vendor/bin/cecil -vvv build
2525

2626
production: composer.lock yarn.lock data/github
27-
@rm -rf .cache && ln -sf config.$@.yml config.yml && ./vendor/bin/cecil build
27+
@rm -rf .cache && ln -sf config.$@.yml config.yml && ./vendor/bin/cecil -vvv build

0 commit comments

Comments
 (0)