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 f81c37e commit 7519160Copy full SHA for 7519160
2 files changed
.github/workflows/force-docs-build.yml
@@ -55,8 +55,8 @@ jobs:
55
cp 404/index.html 404.html
56
sed -i 's/href="\.\./href="/' 404.html # fix asset urls that needs to be updated in 404.html
57
echo docarray.jina.ai > CNAME
58
- git add -f --all :/
59
cd ..
+ git add docs
60
git status
61
git commit -m "chore(docs): update docs due to ${{github.event_name}} on ${{github.repository}}"
62
git push --force origin gh-pages
.gitignore
@@ -68,7 +68,6 @@ instance/
68
69
# Sphinx documentation
70
docs/_build/
71
-docs/api/
72
73
# PyBuilder
74
target/
0 commit comments