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