Skip to content

Commit 6926369

Browse files
authored
Update 11ty.yml
1 parent 5a90b09 commit 6926369

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/11ty.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
- uses: actions/checkout@master
1313
with:
1414
ref: main
15-
# - name: Build
16-
# uses: TartanLlama/actions-eleventy@master
17-
# with:
18-
# install_dependencies: true
15+
- name: Build
16+
uses: TartanLlama/actions-eleventy@master
17+
with:
18+
install_dependencies: true
1919
- name: Deploy
2020
uses: peaceiris/actions-gh-pages@v3
2121
with:
2222
publish_dir: dist
23-
github_token: ${{ secrets.GITHUB_TOKEN }}
23+
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)