mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03: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:
1
.github/workflows/build_offline_docs.yml
vendored
1
.github/workflows/build_offline_docs.yml
vendored
@@ -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