Skip to content

Commit

Permalink
fix branch
Browse files Browse the repository at this point in the history
  • Loading branch information
shiv3 committed Jul 7, 2024
1 parent 6d84f94 commit 2ba487e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy to GitHub Pages
on:
push:
branches:
- master
- main

jobs:
build-and-deploy:
Expand All @@ -12,12 +12,10 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: "v22"

- name: Install dependencies
run: npm install

Expand Down

0 comments on commit 2ba487e

Please sign in to comment.