Skip to content

Commit da7a101

Browse files
authored
Update build-and-deploy.yml
1 parent 45985c7 commit da7a101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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.
1717
run: |
1818
npm i
19-
npm run build
19+
npm run build:ci
2020
2121
- name: Deploy 🚀
2222
uses: JamesIves/github-pages-deploy-action@v4

0 commit comments

Comments
 (0)