Skip to content

Commit

Permalink
set gha author on commit, change publish dir
Browse files Browse the repository at this point in the history
  • Loading branch information
AshleyDumaine committed Feb 16, 2024
1 parent 4aef193 commit bdc047b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,6 @@ jobs:
if: ${{ github.ref == 'refs/heads/main' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/book/public
publish_dir: ./docs/book
user_name: 'github-actions[bot]'
user_email: 'github-actions[bot]@users.noreply.github.com'
2 changes: 1 addition & 1 deletion docs/book/book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ src = "src"
title = "Cluster API Provider Linode Book"

[build]
build-dir = "public"
build-dir = "book"

[output.html]
git-repository-url = "https://github.com/linode/cluster-api-provider-linode"
Expand Down

0 comments on commit bdc047b

Please sign in to comment.