From a9dcc95f8cbafe7b55b32963b9b71b97babd8c93 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Thu, 3 Jun 2021 00:25:19 +0530 Subject: [PATCH] push to pages --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e0f4afb5..ce9ae121 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -52,7 +52,7 @@ jobs: git config user.name github-actions git config user.email github-actions@github.com git config pull.rebase false - git pull origin gh-pages + # git pull origin gh-pages git add . git commit -nm "Release $version" git push origin gh-pages