Skip to content

Commit 96736ef

Browse files
authored
fix: CI for docs (#934)
## 📜 Description Fixed CI after merging #933 #932 ## 💡 Motivation and Context Probably a right decision would be to fix CI in corresponding PRs, but I felt like it can be a double work, so I merged them with failed CI and in this follow-up PR I'm fixing CI to make it green again. ## 📢 Changelog <!-- High level overview of important changes --> <!-- For example: fixed status bar manipulation; added new types declarations; --> <!-- If your changes don't affect one of platform/language below - then remove this platform/language --> ### Docs - added spellcheck exception; - fixed prettier. ## 🤔 How Has This Been Tested? Tested via CI on this PR. ## 📸 Screenshots (if appropriate): <img width="931" alt="image" src="https://github.com/user-attachments/assets/ef4298e5-94b2-4693-a48d-632b0e8da30c" /> ## 📝 Checklist - [x] CI successfully passed - [x] I added new mocks and corresponding unit-tests if library API was changed
1 parent 7807b09 commit 96736ef

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

cspell.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,8 @@
154154
"DCMAKE",
155155
"HKLM",
156156
"xcassets",
157-
"appiconset"
157+
"appiconset",
158+
"taskdefs"
158159
],
159160
"ignorePaths": [
160161
"node_modules",

docs/docs/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ If you experience this error on Windows you need to perform next steps:
100100
101101
```json
102102
import org.apache.tools.ant.taskdefs.condition.Os
103-
103+
104104
externalNativeBuild {
105105
cmake {
106106
def cmakeDir = "${android.sdkDirectory}/cmake/3.31.1/bin"

docs/versioned_docs/version-1.17.0/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ If you experience this error on Windows you need to perform next steps:
100100
101101
```json
102102
import org.apache.tools.ant.taskdefs.condition.Os
103-
103+
104104
externalNativeBuild {
105105
cmake {
106106
def cmakeDir = "${android.sdkDirectory}/cmake/3.31.1/bin"

0 commit comments

Comments
 (0)