From f55ddf66f0ca4ff5fb69ce46e6220bb4c0c7d9b6 Mon Sep 17 00:00:00 2001 From: Ali Abdalla Date: Fri, 2 Jun 2023 15:46:41 +0400 Subject: [PATCH] fix indent (#4404) --- .github/workflows/build-version-docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-version-docs.yml b/.github/workflows/build-version-docs.yml index c12ab31419f07..9cc8f15b83c4a 100644 --- a/.github/workflows/build-version-docs.yml +++ b/.github/workflows/build-version-docs.yml @@ -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 \ No newline at end of file + export HF_AUTH_TOKEN=${{ secrets.HF_AUTH_TOKEN }} + cd website/homepage && python build-version-docs.py \ No newline at end of file