Skip to content

Commit

Permalink
docs: fix generated docs folder
Browse files Browse the repository at this point in the history
  • Loading branch information
orefalo committed Jun 18, 2024
1 parent 2c223d9 commit a6a3a2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-ghpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ jobs:
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: docs
target-folder: generated-docs
target-folder: docs
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a6a3a2e

Please sign in to comment.