Skip to content

Commit

Permalink
Fixing deploy script by adding installation step (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
avenmia authored Aug 22, 2022
1 parent ae5aecd commit e28544a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:

- name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built.
run: |
yarn install
npm run build
- name: Deploy 🚀
Expand Down

0 comments on commit e28544a

Please sign in to comment.