Skip to content

Commit

Permalink
Merge pull request #20 from Sagacify/sagacify-rag-bot
Browse files Browse the repository at this point in the history
fix(ci): change docs folder
  • Loading branch information
LucieNvz authored Sep 24, 2024
2 parents 595acdf + 3ac792e commit 6d2d11b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Build documentation
working-directory: docs
run: |
poetry run sphinx-build -b html . _build
poetry run sphinx-build -b html docs/ docs/_build
- name: Setup Pages
uses: actions/configure-pages@v4
Expand Down

0 comments on commit 6d2d11b

Please sign in to comment.