Skip to content

Commit

Permalink
Add doc-builder doc-pr-upload GH Action (#411)
Browse files Browse the repository at this point in the history
* Add doc-builder GH Actions

* Add minimum required doc files

* Revert "Add minimum required doc files"

This reverts commit e4838ac.

* Revert adding doc build GH Actions
  • Loading branch information
albertvillanova authored Nov 28, 2024
1 parent 95e1e4b commit f109de1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/doc-pr-upload.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Upload PR Documentation

on:
workflow_run:
workflows: ["Build PR Documentation"]
types:
- completed

jobs:
build:
uses: huggingface/doc-builder/.github/workflows/upload_pr_documentation.yml@main
with:
package_name: lighteval
secrets:
hf_token: ${{ secrets.HF_DOC_BUILD_PUSH }}
comment_bot_token: ${{ secrets.COMMENT_BOT_TOKEN }}

0 comments on commit f109de1

Please sign in to comment.