mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 16:28:59 +00:00
Fix false positives in codespell CI and fix reported typos
- Don't install codespell when building offline docs as it's not needed in that workflow.
This commit is contained in:
@@ -23,7 +23,6 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo pip3 install -r requirements.txt
|
||||
sudo pip3 install codespell
|
||||
sudo apt update
|
||||
sudo apt install parallel libwebp7
|
||||
|
||||
|
||||
Reference in New Issue
Block a user