From ecdc78a2114b5316865301836a49a4ced3937074 Mon Sep 17 00:00:00 2001 From: damienrj Date: Mon, 7 Oct 2024 22:39:57 -0700 Subject: [PATCH 1/2] Fix doc home page --- README.md | 7 ++++--- docs/reference/goose/utils/diff.md | 1 - docs/reference/index.md | 1 - 3 files changed, 4 insertions(+), 5 deletions(-) delete mode 100644 docs/reference/goose/utils/diff.md diff --git a/README.md b/README.md index 146dba12d..7d0bf8d9d 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Goose is your on-machine developer agent, automating engineering tasks seamlessl

- Goose Drawing + Goose Drawing

Generated by Goose from its VincentVanCode toolkit. @@ -26,11 +26,12 @@ Goose is your on-machine developer agent, automating engineering tasks seamlessl

Unique features 🤖 • - Block Employees on Goose Block Emoji • + Block Employees on Goose Block Emoji • Quick start guide 🚀 • Getting involved! 👋 +

-> [!TIP] +>[!TIP] > **Quick install:** > ``` > pipx install goose-ai diff --git a/docs/reference/goose/utils/diff.md b/docs/reference/goose/utils/diff.md deleted file mode 100644 index 746fe963d..000000000 --- a/docs/reference/goose/utils/diff.md +++ /dev/null @@ -1 +0,0 @@ -::: goose.utils.diff \ No newline at end of file diff --git a/docs/reference/index.md b/docs/reference/index.md index f5b5a17fd..ac3905dfa 100644 --- a/docs/reference/index.md +++ b/docs/reference/index.md @@ -34,6 +34,5 @@ - [goose.utils](goose/utils/index.md) - [goose.utils.ask](goose/utils/ask.md) - [goose.utils.check_shell_command](goose/utils/check_shell_command.md) -- [goose.utils.diff](goose/utils/diff.md) - [goose.utils.file_utils](goose/utils/file_utils.md) - [goose.utils.session_file](goose/utils/session_file.md) \ No newline at end of file From ccb4c04478c7cc88d7da069a4ad88f304b77afcb Mon Sep 17 00:00:00 2001 From: Lily Delalande Date: Tue, 8 Oct 2024 10:35:52 -0400 Subject: [PATCH 2/2] test changes render --- .github/workflows/deploy_docs.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy_docs.yaml b/.github/workflows/deploy_docs.yaml index 792f24b20..aa7f43c93 100644 --- a/.github/workflows/deploy_docs.yaml +++ b/.github/workflows/deploy_docs.yaml @@ -4,9 +4,11 @@ on: push: branches: - main # Trigger deployment on pushes to main + - damien/fix-docs # TODO: remove paths: - 'docs/**' - 'mkdocs.yml' + - '.github/workflows/deploy_docs.yaml' jobs: deploy: