Skip to content

Commit

Permalink
Merge pull request #13 from DFE-Digital/build-frontend-in-deployment
Browse files Browse the repository at this point in the history
Fix YAML indentation
  • Loading branch information
nouriach authored Apr 1, 2021
2 parents 6c2db5f + f359e24 commit 1485cef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
- uses: actions/checkout@v2
- name: Setup node.js
uses: actions/setup-node@v1
with: node-version: '14.x'
with:
node-version: '14.x'
- name: Build Frontend
run: cd ApplyToBecomeInternal/ApplyToBecomeInternal; npm install; npm run build
- name: Install CloudFoundry CLI
Expand Down

0 comments on commit 1485cef

Please sign in to comment.