Skip to content

Commit

Permalink
Create upload_pr_documentation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
younesbelkada authored Feb 1, 2024
1 parent 2336a45 commit 25fe140
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/upload_pr_documentation.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: peft
secrets:
hf_token: ${{ secrets.HUGGINGFACE_PUSH }}
comment_bot_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 25fe140

Please sign in to comment.