Skip to content

Commit

Permalink
fix: change docs action publish dir
Browse files Browse the repository at this point in the history
  • Loading branch information
retr0h committed Dec 29, 2023
1 parent 5220701 commit 1d60581
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ kind/yaml:
- any-glob-to-any-file: "**/*.yaml"
- any-glob-to-any-file: "**/*.yml"

kind/docs:
- changed-files:
- any-glob-to-any-file: "docs/*"

github/action:
- changed-files:
- any-glob-to-any-file: ".github/**/*.yml"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
# Build output to publish to the `gh-pages` branch:
publish_dir: ./build
publish_dir: ./docs/build
# The following lines assign commit authorship to the official
# GH-Actions bot for deploys to `gh-pages` branch:
# https://github.com/actions/checkout/issues/13#issuecomment-724415212
Expand Down

0 comments on commit 1d60581

Please sign in to comment.