We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb240bd commit e2ccdc7Copy full SHA for e2ccdc7
.github/workflows/mkdocs.yml
@@ -23,6 +23,7 @@ jobs:
23
uses: actions/checkout@v4
24
with:
25
fetch-depth: 0
26
+ ssh-key: ${{ secrets.DEPLOY_KEY }}
27
28
- name: Build Writerside docs using Docker
29
uses: JetBrains/writerside-github-action@v4
TODO.md
@@ -1,3 +1,3 @@
1
- [x] Convert all text to lexicons
2
-- [ ] Implement Vision AI endpoints for TVs
3
-- [ ] Convert docs to Writerside
+- [x] Implement Vision AI endpoints for TVs
+- [x] Convert docs to Writerside
0 commit comments