Skip to content

Commit 7519160

Browse files
committed
chore: fix readme
1 parent f81c37e commit 7519160

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/force-docs-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ jobs:
5555
cp 404/index.html 404.html
5656
sed -i 's/href="\.\./href="/' 404.html # fix asset urls that needs to be updated in 404.html
5757
echo docarray.jina.ai > CNAME
58-
git add -f --all :/
5958
cd ..
59+
git add docs
6060
git status
6161
git commit -m "chore(docs): update docs due to ${{github.event_name}} on ${{github.repository}}"
6262
git push --force origin gh-pages

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ instance/
6868

6969
# Sphinx documentation
7070
docs/_build/
71-
docs/api/
7271

7372
# PyBuilder
7473
target/

0 commit comments

Comments
 (0)