Skip to content

Commit

Permalink
Fix mkdocs build error.
Browse files Browse the repository at this point in the history
  • Loading branch information
eli64s committed Oct 25, 2024
1 parent 5e7bdd9 commit acaca2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
- name: Build the MkDocs site
working-directory: ./docs
run: poetry run mkdocs build
run: |
poetry run mkdocs build --site-dir ../site
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down
2 changes: 1 addition & 1 deletion docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ site_name: README-AI
site_description: "README-AI: Your AI-powered documentation assistant. Designed for simplicity, customization, and developer productivity."
site_author: Eli Salamie
site_url: https://docs.readme-ai.com/
site_dir: site/
site_dir: ../site
repo_name: eli64s/readme-ai
repo_url: https://github.com/eli64s/readme-ai
edit_uri: edit/main/docs/docs/
Expand Down

0 comments on commit acaca2a

Please sign in to comment.