Skip to content

Commit

Permalink
Merge branch 'main' into fix/id-mismatch-with-vectordb
Browse files Browse the repository at this point in the history
  • Loading branch information
vkehfdl1 authored Dec 17, 2024
2 parents 3e2c634 + 90b0b26 commit f07331e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:
run: |
cp docs/source/CNAME docs/build/html/CNAME
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: html-docs
path: docs/build/html/
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
if: github.ref == 'refs/heads/main'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docs.auto-rag.com
1 change: 1 addition & 0 deletions docs/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docs.auto-rag.com

0 comments on commit f07331e

Please sign in to comment.