Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhjain1712 authored Aug 31, 2024
1 parent 6b7a12a commit 47de997
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 47de997

Please sign in to comment.