Skip to content

Commit

Permalink
Fix action script bugs.
Browse files Browse the repository at this point in the history
  • Loading branch information
eli64s committed Oct 6, 2024
1 parent 8fcfdfd commit 2666cb7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install dependencies
run: |
poetry install
poetry install --with anthropic,google-generativeai
- name: Run tests with coverage
run: |
Expand Down
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,11 @@ A few combinations of README styles and configurations:
<!-- row 2 -->
<tr>
<td align="center">
<img src="https://raw.githubusercontent.com/eli64s/readme-ai/main/docs/assets/images/headers/header-cloud.png" alt="cloud-db-logo" width="450" /><br>
<img src="https://raw.githubusercontent.com/eli64s/readme-ai/refs/heads/main/docs/assets/images/headers/header-cloud.png" alt="cloud-db-logo" width="450" /><br>
<code>--align left --badge-style flat-square --image cloud</code>
</td>
<td align="center">
<img src="https://raw.githubusercontent.com/eli64s/readme-ai/main/docs/assets/images/headers/header-gradient.png" alt="gradient-markdown-logo" width="450" /><br>
<img src="https://raw.githubusercontent.com/eli64s/readme-ai/refs/heads/main/docs/assets/images/headers/header-gradient.png" alt="gradient-markdown-logo" width="450" /><br>
<code>--align left --badge-style flat --image gradient</code>
</td>
</tr>
Expand Down Expand Up @@ -150,20 +150,20 @@ A few combinations of README styles and configurations:
<!-- row 6 -->
<tr>
<td colspan="2" align="center">
<img src="https://raw.githubusercontent.com/eli64s/readme-ai/main/docs/assets/images/headers/project-logo-dalle.png" alt="default-header" width="900" /><br>
<img src="https://github.com/eli64s/readme-ai/blob/main/docs/assets/images/project-logo-dalle.png" alt="default-header" width="900" /><br>
<code>--image llm --badge-style plastic --header-style classic</code>
</td>
</tr>
<!-- row 7 -->
<tr>
<td colspan="2" align="center">
<img src="https://raw.githubusercontent.com/eli64s/readme-ai/main/docs/assets/images/headers/modern-pyflink.png" alt="default-header" width="900" /><br>
<img src="https://raw.githubusercontent.com/eli64s/readme-ai/refs/heads/main/docs/assets/images/headers/modern-pyflink.png" alt="default-header" width="900" /><br>
<code>--image custom --badge-color BA0098 --badge-style flat-square --header-style modern --toc-style fold</code>
</td>
</tr>
</table>

See the <a href="https://github.com/eli64s/readme-ai?tab=readme-ov-file#-configuration">Configuration</a> section for a complete list of CLI options.
See the <a href="https://github.com/eli64s/readme-ai/tree/main?tab=readme-ov-file#-configuration">Configuration</a> section for a complete list of CLI options.

<details closed>
<summary><strong>📍 Overview</strong></summary><br>
Expand Down Expand Up @@ -565,8 +565,7 @@ The pytest framework and nox automation tool are used for testing the applicatio
❯ make test-nox
```

> [! TIP]
>
> [!TIP]
> <sub>Use [nox](https://nox.thea.codes/en/stable/) to test application against multiple Python environments and dependencies!</sub>
---
Expand Down Expand Up @@ -595,7 +594,7 @@ Customize your README generation using these CLI options:
| `--top-p` | Probability of the top-p sampling method | `0.9` |
| `--tree-depth` | Maximum depth of the directory tree structure | `2` |

> [! TIP]
> [!TIP]
> For a full list of options, run `readmeai --help` in your terminal.
>
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repo_url: https://github.com/eli64s/readme-ai
repo_name: eli64s/readme-ai
edit_uri: edit/main/docs/
copyright: "© 2023 README-AI - Empowering developers with intelligent documentation"
site_dir: docs/
site_dir: site/

theme:
name: material
Expand Down

0 comments on commit 2666cb7

Please sign in to comment.