From a5df39c96c4a4733cd160adf8ab6655271b643f8 Mon Sep 17 00:00:00 2001 From: Eli Date: Fri, 25 Oct 2024 12:02:14 -0500 Subject: [PATCH] Fix cicd path error. --- .github/workflows/mkdocs.yml | 1 + README.md | 2 +- examples/readme-kotlin.md | 16 ++++++++-------- pyproject.toml | 2 +- readmeai/config/settings/tool_config.toml | 6 +++--- 5 files changed, 14 insertions(+), 13 deletions(-) diff --git a/.github/workflows/mkdocs.yml b/.github/workflows/mkdocs.yml index 40ce27ea..94626af2 100644 --- a/.github/workflows/mkdocs.yml +++ b/.github/workflows/mkdocs.yml @@ -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 diff --git a/README.md b/README.md index 80f51b4e..09f8a3eb 100644 --- a/README.md +++ b/README.md @@ -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) --> -###  Docker +###  Docker Pull the latest Docker image from the Docker Hub repository. diff --git a/examples/readme-kotlin.md b/examples/readme-kotlin.md index e6f878e2..b8657780 100644 --- a/examples/readme-kotlin.md +++ b/examples/readme-kotlin.md @@ -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) --- diff --git a/pyproject.toml b/pyproject.toml index ce354841..4d0f68f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "MIT" diff --git a/readmeai/config/settings/tool_config.toml b/readmeai/config/settings/tool_config.toml index c78c04cd..aa5f5ee8 100644 --- a/readmeai/config/settings/tool_config.toml +++ b/readmeai/config/settings/tool_config.toml @@ -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"