Skip to content

Commit caf04a4

Browse files
committed
ci: remove strict on docs build
1 parent f689e06 commit caf04a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919

2020
- name: Test build
2121
if: github.event_name == 'pull_request'
22-
run: mkdocs build --strict
22+
run: mkdocs build
2323

2424
- name: Deploy
2525
if: github.ref == 'refs/heads/main'
26-
run: mkdocs gh-deploy --force --strict
26+
run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)