Skip to content

Commit b495941

Browse files
committed
remove --strict mode
Signed-off-by: alexvoss <alex@corealization.com>
1 parent 0bf79a7 commit b495941

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ jobs:
4444
run: pip install zensical
4545

4646
- name: Build documentation
47-
run: zensical build --strict
47+
run: zensical build

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: pip install zensical
4444

4545
- name: Build documentation
46-
run: zensical build --clean --strict
46+
run: zensical build --clean
4747

4848
- name: Install Wrangler
4949
run: npm install -g wrangler

0 commit comments

Comments
 (0)