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 cb50d4e commit 6e2b17cCopy full SHA for 6e2b17c
.github/workflows/deploy.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Checkout code
27
uses: actions/checkout@v4
28
- name: Set up Node.js
29
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v4
30
with:
31
node-version: '18'
32
@@ -44,9 +44,8 @@ jobs:
44
env:
45
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
46
run: |
47
- git config --global user.name "sanjeetkumaritoutlook"
48
- git config --global user.email "sanjeetkumarit@outlook.com"
49
- git remote set-url origin https://github.com/sanjeetkumaritoutlook/sanjeetkumaritoutlook.github.io.git
+ git config --global user.name "github-actions[bot]"
+ git config --global user.email "github-actions[bot]@users.noreply.github.com"
50
git add .
51
git commit -m "Deploy to GitHub Pages"
52
git push origin `git subtree split --prefix www main`:gh-pages --force
0 commit comments