Skip to content

Commit

Permalink
Update master_lomapes3a.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Omitg24 authored May 2, 2023
1 parent a39d603 commit 70ea4b5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/master_lomapes3a.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,13 @@ jobs:
run: |
cd webapp
npm install
npm run build --if-present
npm run start
npm run build --if-present
- name: Upload artifact for deployment job
uses: actions/upload-artifact@v2
with:
name: node-app
path: .
path: ./webapp/build

deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 70ea4b5

Please sign in to comment.