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