From 47de99767f9d4f9845eff6106c272100c686125e Mon Sep 17 00:00:00 2001 From: Rishabh Jain <89248420+rishabhjain1712@users.noreply.github.com> Date: Sat, 31 Aug 2024 15:09:32 +0530 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 52b5780..abaa66a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,15 +23,3 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} # Provided by GitHub publish_dir: ./ # The directory to deploy - - - name: Force Push to gh-pages - run: | - git push origin gh-pages --force - - - name: Clean Git Repository - run: | - rm -rf .git/ - git init - git remote add origin https://github.com/rishabhjain1712/Portfolio.git - git fetch - git checkout -b gh-pages \ No newline at end of file