Skip to content

Commit

Permalink
connect script
Browse files Browse the repository at this point in the history
  • Loading branch information
valiantlynx committed Sep 18, 2024
1 parent bb611ab commit 3b851e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gh-pages.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Define the name of the new branch
NEW_BRANCH="new-branch8"
NEW_BRANCH="gh-pages"

# Check if the branch already exists
if git rev-parse --verify $NEW_BRANCH >/dev/null 2>&1; then
Expand Down

0 comments on commit 3b851e5

Please sign in to comment.