Skip to content

Commit

Permalink
test if optimize is the problem
Browse files Browse the repository at this point in the history
  • Loading branch information
maybenikhil committed Mar 28, 2024
1 parent 110371f commit 8ac6de2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PYTHON_VERSION: 3.x
PYTHON_VERSION: 3.9.6
jobs:
deploy:
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions mkdocs-insiders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ plugins:
enabled: !ENV [CI, false]
repository: ExpressLRS/Docs
branch: master
optimize:
enabled: !ENV [CI, false]
# optimize:
# enabled: !ENV [CI, false]

0 comments on commit 8ac6de2

Please sign in to comment.