From a6a3a2e9cfea0d9b1e1d11a3b0c2555e14fdce00 Mon Sep 17 00:00:00 2001 From: Olivier Refalo Date: Tue, 18 Jun 2024 14:35:29 +0400 Subject: [PATCH] docs: fix generated docs folder --- .github/workflows/deploy-ghpages.yml | 2 +- CONTRIBUTING.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-ghpages.yml b/.github/workflows/deploy-ghpages.yml index 592b6cf..60ab1b9 100644 --- a/.github/workflows/deploy-ghpages.yml +++ b/.github/workflows/deploy-ghpages.yml @@ -75,4 +75,4 @@ jobs: uses: JamesIves/github-pages-deploy-action@v4 with: folder: docs - target-folder: generated-docs + target-folder: docs diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 02043a4..3e45590 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -260,7 +260,7 @@ Source: https://github.com/googleapis/release-please#how-can-i-fix-release-notes ### Code and Automation / GH Pages -- Point it to branch `gh-pages`, folder `generated-docs` +- Point it to branch `gh-pages`, folder `docs` ### Security / Secrets and variables / Actions / Respository secrets