Skip to content

Commit 99514ac

Browse files
authored
Update 11ty.yml code
1 parent 881748c commit 99514ac

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/11ty.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,14 @@ jobs:
99
build_deploy:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@master
13-
with:
14-
ref: main
15-
16-
- name: Setud Node
17-
uses: actions/setup-node@v3;
12+
# - uses: actions/checkout@master
13+
# with:
14+
# ref: main
15+
- uses: actions/checkout@v3
16+
- name: Setup Node
17+
uses: actions/setup-node@v3
1818
with:
1919
node-version: "18"
20-
2120
- name: Install dependecies & build
2221
run:
2322
npm ci

0 commit comments

Comments
 (0)