Quote folder and filename in find_file_recursive (#975) #6
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: 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 GitHub Actions / Build documentationInvalid workflow file
|
||
with: | ||
commit_sha: ${{ github.sha }} | ||
package: bitsandbytes | ||
repo_owner: TimDettmers | ||
secrets: | ||
token: ${{ secrets.HUGGINGFACE_PUSH }} |