Skip to content

Add details about TPUs in the docs (#142) #20

Add details about TPUs in the docs (#142)

Add details about TPUs in the docs (#142) #20

Workflow file for this run

name: Build Documentation
on:
push:
branches:
- main
- doc-builder*
paths:
- docs/**
- examples/**/*.md
- examples/**/*.ipynb
- Makefile
- .github/workflows/doc-build.yml
jobs:
build:
uses: huggingface/doc-builder/.github/workflows/build_main_documentation.yml@main
with:
commit_sha: ${{ github.sha }}
package: Google-Cloud-Containers
package_name: google-cloud
additional_args: --not_python_module
pre_command: cd Google-Cloud-Containers && make docs
secrets:
token: ${{ secrets.HUGGINGFACE_PUSH }}
hf_token: ${{ secrets.HF_DOC_BUILD_PUSH }}