mirror of
https://github.com/huggingface/deep-rl-class.git
synced 2026-07-10 14:46:31 +08:00
Add GitHub workflows
This commit is contained in:
19
.github/workflows/build_documentation.yml
vendored
Normal file
19
.github/workflows/build_documentation.yml
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
name: Build documentation
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- release
|
||||
- doc-builder*
|
||||
|
||||
jobs:
|
||||
build:
|
||||
uses: huggingface/doc-builder/.github/workflows/build_main_documentation.yml@main
|
||||
with:
|
||||
commit_sha: ${{ github.sha }}
|
||||
package: deep-rl-class
|
||||
path_to_docs: course/units/
|
||||
additional_args: --not_python_module
|
||||
languages: en
|
||||
secrets:
|
||||
token: ${{ secrets.HUGGINGFACE_PUSH }}
|
||||
Reference in New Issue
Block a user