Skip to content

Commit

Permalink
Merge pull request #32 from in63119/feature-institution
Browse files Browse the repository at this point in the history
fix: deploy code
  • Loading branch information
in63119 authored Apr 8, 2024
2 parents ad6694d + 3c8d6db commit afd2411
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,14 @@ jobs:
- name: Setup node
uses: actions/setup-node@v2

- name: Change to Front-end directory
run: cd Front-end

- name: Install dependencies
run: npm install
run: yarn

- name: Build static file
run: npm run build
run: yarn run build

- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
Expand Down

0 comments on commit afd2411

Please sign in to comment.