Skip to content

Commit

Permalink
Update build-and-deploy.yml
Browse files Browse the repository at this point in the history
- updated actions/checkout: v3 -> v4
- updated actions/github-script: v5 -> v6
  • Loading branch information
CharanMN7 authored Oct 29, 2023
1 parent aa6ceff commit eaded1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install dependencies
run: npm install
- name: Build React app
run: npm run build
- name: Deploy to GitHub Pages
uses: actions/github-script@v5
uses: actions/github-script@v6
with:
script: |
# Create the gh-pages branch if it doesn't exist
Expand Down

0 comments on commit eaded1b

Please sign in to comment.