Skip to content

Commit

Permalink
ci: remove strict on docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Oct 4, 2024
1 parent f689e06 commit caf04a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:

- name: Test build
if: github.event_name == 'pull_request'
run: mkdocs build --strict
run: mkdocs build

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

0 comments on commit caf04a4

Please sign in to comment.