Skip to content

1245 improve the first interaction after building the robot #388

1245 improve the first interaction after building the robot

1245 improve the first interaction after building the robot #388

name: Build HF PR Documentation
on:
pull_request:
paths:
- "docs/**"
- "examples/**"
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
build:
uses: huggingface/doc-builder/.github/workflows/build_pr_documentation.yml@main
with:
repo_owner: pollen-robotics
commit_sha: ${{ github.event.pull_request.head.sha }}
pr_number: ${{ github.event.number }}
package: reachy_mini
custom_container: pollenrobotics/reachymini_documentation

Check failure on line 21 in .github/workflows/build_pr_documentation.yml

View workflow run for this annotation

GitHub Actions / Build HF PR Documentation

Invalid workflow file

The workflow is not valid. .github/workflows/build_pr_documentation.yml (Line: 21, Col: 25): Invalid input, custom_container is not defined in the referenced workflow.