Skip to content

Fix some issues found by Mypy (#995) #17

Fix some issues found by Mypy (#995)

Fix some issues found by Mypy (#995) #17

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

Check failure on line 12 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: 12, Col: 11): Secret hf_token is required, but not provided while calling.
with:
commit_sha: ${{ github.sha }}
package: bitsandbytes
repo_owner: TimDettmers
secrets:
token: ${{ secrets.HUGGINGFACE_PUSH }}