Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
surajk95 committed Jun 30, 2023
1 parent 5920230 commit b4afece
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: GitHub Actions Demo
name: Rebuild site
run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
on:
push:
Expand All @@ -7,6 +7,9 @@ jobs:
Rebuild-site:
runs-on: ubuntu-latest
steps:
- run: |
git config --global user.email "surajkukati95@gmail.com"
git config --global user.name "surajk95"
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
Expand Down

0 comments on commit b4afece

Please sign in to comment.