mirror of
https://github.com/huggingface/deep-rl-class.git
synced 2026-03-31 09:11:52 +08:00
Add GitHub workflows
This commit is contained in:
20
.github/workflows/build_pr_documentation.yml
vendored
Normal file
20
.github/workflows/build_pr_documentation.yml
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
name: Build PR Documentation
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
||||
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:
|
||||
commit_sha: ${{ github.event.pull_request.head.sha }}
|
||||
pr_number: ${{ github.event.number }}
|
||||
package: deep-rl-class
|
||||
path_to_docs: deep-rl-class/units/
|
||||
additional_args: --not_python_module
|
||||
languages: en
|
||||
hub_base_path: https://moon-ci-docs.huggingface.co
|
||||
Reference in New Issue
Block a user