mirror of
https://github.com/wassname/alignment-handbook.git
synced 2026-06-27 18:22:17 +08:00
Rename repo
This commit is contained in:
@@ -10,9 +10,8 @@ jobs:
|
||||
uses: huggingface/doc-builder/.github/workflows/build_main_documentation.yml@main
|
||||
with:
|
||||
commit_sha: ${{ github.sha }}
|
||||
package: rlhf-handbook
|
||||
# package_name: rlhf-handbook # commented from audio-course
|
||||
path_to_docs: rlhf-handbook/chapters/
|
||||
package: alignment-handbook
|
||||
path_to_docs: alignment-handbook/chapters/
|
||||
additional_args: --not_python_module
|
||||
languages: en
|
||||
secrets:
|
||||
|
||||
@@ -13,7 +13,7 @@ jobs:
|
||||
with:
|
||||
commit_sha: ${{ github.event.pull_request.head.sha }}
|
||||
pr_number: ${{ github.event.number }}
|
||||
package: rlhf-handbook
|
||||
path_to_docs: rlhf-handbook/chapters/
|
||||
package: alignment-handbook
|
||||
path_to_docs: alignment-handbook/chapters/
|
||||
additional_args: --not_python_module
|
||||
languages: en
|
||||
@@ -10,7 +10,7 @@ jobs:
|
||||
build:
|
||||
uses: huggingface/doc-builder/.github/workflows/upload_pr_documentation.yml@main
|
||||
with:
|
||||
package_name: rlhf-handbook
|
||||
package_name: alignment-handbook
|
||||
secrets:
|
||||
hf_token: ${{ secrets.HF_DOC_BUILD_PUSH }}
|
||||
comment_bot_token: ${{ secrets.COMMENT_BOT_TOKEN }}
|
||||
Reference in New Issue
Block a user