Rename repo

This commit is contained in:
Lewis Tunstall
2023-10-09 19:12:47 +02:00
parent 8197fe1b1e
commit 8248414cf6
4 changed files with 14 additions and 16 deletions
+2 -3
View File
@@ -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:
+2 -2
View File
@@ -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 }}