We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efae4ce commit 97ed5b1Copy full SHA for 97ed5b1
.github/workflows/main.yml
@@ -25,8 +25,8 @@ jobs:
25
git init
26
git config user.name "CI"
27
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
+ git remote add secure-origin https://${{ secrets.ACCESS_TOKEN }}@github.com/tmthecoder/portfolio.git
+ git checkout -b preview
30
git add .
31
git commit -m "Updated built website from code in @tmthecoder/portfolio"
32
git push --force secure-origin main
0 commit comments