Skip to content

Commit

Permalink
Update Deploy.yml
Browse files Browse the repository at this point in the history
Disable strict when deploying since errors should be caught with `mkdocs_build`
  • Loading branch information
ArcTrooper210 authored Oct 14, 2024
1 parent 76a169e commit 922103d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/Deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,12 @@ jobs:
deploy:
runs-on: ubuntu-latest
env:
MKDOCS_GIT_COMMITTERS_APIKEY: ${{ secrets.MKDOCS_GIT_COMMITTERS_APIKEY }}
ENABLE_STRICT: true
ENABLE_STRICT: false
META_DESCRIPTIONS: true
ENABLE_GIT_REVISION_DATE: true
CI: true
ENABLE_MINIFY: true
ENABLE_STRICT_GIT_REVISION_DATE: true

steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 922103d

Please sign in to comment.