Skip to content

Commit

Permalink
fix indent (#4404)
Browse files Browse the repository at this point in the history
  • Loading branch information
aliabd authored and dawoodkhan82 committed Jun 2, 2023
1 parent fe17093 commit f55ddf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-version-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f55ddf6

Please sign in to comment.