1245 improve the first interaction after building the robot #391
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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
|
||