Change Maximize text to Minimize when it is already maximized (#372) #272
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
with: | ||
package_name: huggingface.js | ||
secrets: | ||
hf_token: ${{ secrets.HF_DOC_BUILD_PUSH }} | ||
comment_bot_token: ${{ secrets.COMMENT_BOT_TOKEN }} |