Skip to content

Commit 89f84c6

Browse files
authored
Update 11ty.yml
1 parent 99514ac commit 89f84c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/11ty.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
uses: actions/setup-node@v3
1818
with:
1919
node-version: "18"
20-
- name: Install dependecies & build
21-
run:
20+
- name: Install dependencies & build
21+
run: |
2222
npm ci
23-
23+
2424
- run: npm run build
2525
#- name: Build
2626
# uses: TartanLlama/actions-eleventy@master

0 commit comments

Comments
 (0)