The GitHub Actions job "Benchmarks PR Comment" on texera.git/main has failed.
Run started by GitHub user Yicong-Huang (triggered by Yicong-Huang).

Head commit for run:
1572edf43f708a89573710a4aab9e06726a33924 / Yicong Huang 
<[email protected]>
chore: enable dev static pages (#5637)

### What changes were proposed in this PR?
Enable GitHub Pages publishing through `.asf.yaml` by setting
`github.ghp_branch` to `gh-pages` and `github.ghp_path` to `/`.

This is intended to make dev-facing static pages under the `gh-pages`
branch viewable in a browser. The first page this unlocks is the
benchmark dashboard generated under `dev/bench`, so benchmark results
can be inspected at a stable web URL instead of only through short-lived
GitHub Actions artifacts.

The root Pages path is set explicitly because ASF `.asf.yaml` defaults
`ghp_path` to `/docs` when it is omitted, while the existing dashboard
files are generated at `gh-pages:/dev/bench`.

### Any related issues, documentation, discussions?
Closes #5636

### How was this PR tested?
Configuration-only change; no unit tests were added.

```bash
ruby -e "require %q(yaml); YAML.load_file(%q(.asf.yaml)); puts %q(YAML OK)"
git diff --check
```

### Was this PR authored or co-authored using generative AI tooling?
Generated-by: Codex (GPT-5)

Report URL: https://github.com/apache/texera/actions/runs/27398391666

With regards,
GitHub Actions via GitBox

Reply via email to