Skip to content

Commit 97ed5b1

Browse files
authored
Use the existing repo and a preview branch
1 parent efae4ce commit 97ed5b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
git init
2626
git config user.name "CI"
2727
git config user.email "[email protected]"
28-
git remote add secure-origin https://${{ secrets.ACCESS_TOKEN }}@github.com/tmthecoder/portfolio-web-source.git
29-
git checkout -b main
28+
git remote add secure-origin https://${{ secrets.ACCESS_TOKEN }}@github.com/tmthecoder/portfolio.git
29+
git checkout -b preview
3030
git add .
3131
git commit -m "Updated built website from code in @tmthecoder/portfolio"
3232
git push --force secure-origin main

0 commit comments

Comments
 (0)