Skip to content

Commit

Permalink
fix index not found (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhangNing10 authored Nov 15, 2023
1 parent 42c4b66 commit 6bbafb6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ github:
issues: true
projects: false

ghp_branch: main
ghp_branch: gh-pages
ghp_path: /
enabled_merge_buttons:
# only allow squash merge
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
uses: ./.github/actions/chart-releaser-action
with:
charts_dir: charts
pages_branch: main
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_SKIP_EXISTING: false

0 comments on commit 6bbafb6

Please sign in to comment.