Skip to content

Commit

Permalink
Add --strict to livesite deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
felker committed Jul 28, 2023
1 parent 049523d commit b85b106
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-livesite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: pip install -r requirements.txt
- run: mkdocs gh-deploy --force
- run: mkdocs gh-deploy --force --strict

0 comments on commit b85b106

Please sign in to comment.