Skip to content

Commit 5625055

Browse files
authored
Update build-and-deploy.yml
1 parent 0e61674 commit 5625055

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ jobs:
1414
uses: actions/checkout@v3
1515

1616
- 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.
17-
run: npm i | npm run build
17+
run: |
18+
npm i
19+
npm run build
1820
1921
- name: Deploy 🚀
2022
uses: JamesIves/github-pages-deploy-action@v4

0 commit comments

Comments
 (0)