Skip to content

Commit

Permalink
Updated build_and_deploy.yml to build properly
Browse files Browse the repository at this point in the history
  • Loading branch information
masonwillman authored Dec 4, 2024
1 parent ef3b192 commit d3248cc
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,13 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '18' # Adjust Node.js version as needed

- name: Install dependencies
- name: Install dependencies and build frontend
run: |
cd frontend
npm install
- name: Build project
run: |
npm run build
- name: Set up SSH
uses: webfactory/[email protected]
with:
Expand Down

0 comments on commit d3248cc

Please sign in to comment.