Skip to content

Commit

Permalink
Merge pull request #7 from cruz27r/develop
Browse files Browse the repository at this point in the history
comment out build
  • Loading branch information
cruz27r authored Jan 9, 2024
2 parents eabfd55 + b6740d9 commit 9bf208b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
- name: Install Dependencies
run: npm install

- name: Build Project
run: npm run build # Runs your project's build command
# - name: Build Project
# run: npm run build # Runs your project's build command

0 comments on commit 9bf208b

Please sign in to comment.