Skip to content

Commit

Permalink
Fix cicd path error.
Browse files Browse the repository at this point in the history
  • Loading branch information
eli64s committed Oct 25, 2024
1 parent 3052baa commit a5df39c
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 13 deletions.
1 change: 1 addition & 0 deletions .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
poetry install
- name: Build the MkDocs site
working-directory: ./docs
run: poetry run mkdocs build

- name: Deploy to GitHub Pages
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ Choose your preferred installation method:
[![docker](https://img.shields.io/badge/Docker-2496ED.svg?style=flat&logo=Docker&logoColor=white)](https://hub.docker.com/r/zeroxeli/readme-ai)
-->

### <img width="2%" src="https://raw.githubusercontent.com/eli64s/readme-ai/ece59f6f523c8c0d831cee76f695632858091ca5/docs/docs/assets/svg/docker.svg">&emsp13;Docker
### <img width="2%" src="https://raw.githubusercontent.com/eli64s/readme-ai/3052baaca03db99d00808acfec43a44e81ecbf7f/docs/docs/assets/svg/docker.svg">&emsp13;Docker

Pull the latest Docker image from the Docker Hub repository.

Expand Down
16 changes: 8 additions & 8 deletions examples/readme-kotlin.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@

## πŸ”— Table of Contents

I. [πŸ“ Overview](#-overview)
II. [πŸ‘Ύ Features](#-features)
III. [πŸ“ Project Structure](#-project-structure)
IV. [πŸš€ Getting Started](#-getting-started)
V. [πŸ“Œ Project Roadmap](#-project-roadmap)
VI. [πŸ”° Contributing](#-contributing)
VII. [πŸŽ— License](#-license)
VIII. [πŸ™Œ Acknowledgments](#-acknowledgments)
I. [πŸ“ Overview](#-overview)
II. [πŸ‘Ύ Features](#-features)
III. [πŸ“ Project Structure](#-project-structure)
IV. [πŸš€ Getting Started](#-getting-started)
V. [πŸ“Œ Project Roadmap](#-project-roadmap)
VI. [πŸ”° Contributing](#-contributing)
VII. [πŸŽ— License](#-license)
VIII. [πŸ™Œ Acknowledgments](#-acknowledgments)

---

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "readmeai"
version = "0.5.99.post2"
version = "0.5.99.post3"
description = "Automated README file generator, powered by AI."
authors = ["Eli <egsalamie@gmail.com>"]
license = "MIT"
Expand Down
6 changes: 3 additions & 3 deletions readmeai/config/settings/tool_config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
# -- Docker --------------------------------------------------------------------

[default]
install = "echo 'INSERT-INSTALL-COMMAND-HERE'"
usage = "echo 'INSERT-RUN-COMMAND-HERE'"
test = "echo 'INSERT-TEST-COMMAND-HERE'"
install = "❯ echo 'INSERT-INSTALL-COMMAND-HERE'"
usage = "❯ echo 'INSERT-RUN-COMMAND-HERE'"
test = "❯ echo 'INSERT-TEST-COMMAND-HERE'"

[containers]
name = "Docker"
Expand Down

0 comments on commit a5df39c

Please sign in to comment.