Skip to content

Update README.md

Update README.md #3

name: Build documentation
on:
push:
branches:
- main
- doc-builder*
- v*-release
- use_templates
jobs:
build:
uses: huggingface/doc-builder/.github/workflows/build_main_documentation.yml@main

Check failure on line 13 in .github/workflows/build_documentation.yml

View workflow run for this annotation

GitHub Actions / Build documentation

Invalid workflow file

The workflow is not valid. .github/workflows/build_documentation.yml (Line: 13, Col: 11): Secret hf_token is required, but not provided while calling.
with:
commit_sha: ${{ github.sha }}
package: transformers
notebook_folder: transformers_doc
languages: de en es it pt
secrets:
token: ${{ secrets.HUGGINGFACE_PUSH }}