Skip to content

Commit

Permalink
test again
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnivin committed Dec 2, 2024
1 parent 2700195 commit df6c7a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
# Step 4: Switch to gh-pages branch
- name: Switch to gh-pages branch
run: |
git fetch origin gh-pages
git checkout -B gh-pages origin/gh-pages || git checkout --orphan gh-pages
git fetch origin gh-pages || echo "gh-pages branch does not exist yet"
git checkout gh-pages || git checkout --orphan gh-pages
git reset --hard
# Step 5: Deploy to gh-pages branch
Expand Down

0 comments on commit df6c7a4

Please sign in to comment.