From f6c05697143146bba94595d90250295372481799 Mon Sep 17 00:00:00 2001 From: Varun Dutta <72882713+Varun-Dutta@users.noreply.github.com> Date: Tue, 23 Jul 2024 10:26:44 -0700 Subject: [PATCH] Update git branch gh-pages command --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 8984247de5a..89067a001fb 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -150,8 +150,8 @@ jobs: git add . git commit -m "Standardizing Branch" git checkout -b docs-branch - git checkout branch gh-pages cd /home/runner/work/djl/djl/docs + git branch gh-pages mike delete --all git checkout gh-pages cd ..