mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-24 10:54:04 +08:00
fix indent (#4404)
This commit is contained in:
parent
1a8eb4deb4
commit
f3a64ece33
4
.github/workflows/build-version-docs.yml
vendored
4
.github/workflows/build-version-docs.yml
vendored
@ -39,5 +39,5 @@ jobs:
|
||||
run: python -m pip install gradio==$(cat gradio/version.txt)
|
||||
- name: Build Docs
|
||||
run: |
|
||||
export HF_AUTH_TOKEN=${{ secrets.HF_AUTH_TOKEN }}
|
||||
cd website/homepage && python build-version-docs.py
|
||||
export HF_AUTH_TOKEN=${{ secrets.HF_AUTH_TOKEN }}
|
||||
cd website/homepage && python build-version-docs.py
|
Loading…
Reference in New Issue
Block a user