Skip to content

Commit 95b3271

Browse files
committed
use proper script
1 parent 02aa605 commit 95b3271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/eleventy_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: npm ci
2525

2626
- name: Build site with Eleventy
27-
run: npm run build # Ensure this script is set up in package.json
27+
run: npm run deploy # Ensure this script is set up in package.json
2828

2929
- name: Upload artifact for deployment
3030
uses: actions/upload-pages-artifact@v2

0 commit comments

Comments
 (0)