There was an error while loading. Please reload this page.
1 parent 0bf79a7 commit b495941Copy full SHA for b495941
2 files changed
.github/workflows/check.yml
@@ -44,4 +44,4 @@ jobs:
44
run: pip install zensical
45
46
- name: Build documentation
47
- run: zensical build --strict
+ run: zensical build
.github/workflows/deploy.yml
@@ -43,7 +43,7 @@ jobs:
43
- run: zensical build --clean --strict
+ run: zensical build --clean
48
- name: Install Wrangler
49
run: npm install -g wrangler
0 commit comments