Skip to content

Commit 3da77dd

Browse files
committed
No need to install dependencies before build
1 parent b3f5bc6 commit 3da77dd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/eleventy_build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@ on: [push]
33

44
jobs:
55
build_deploy:
6-
runs-on: ubuntu-18.04
6+
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@main
99
- name: Build
10-
uses: TartanLlama/actions-eleventy@v1.2
10+
uses: TartanLlama/actions-eleventy@v1.3
1111
with:
1212
args: --pathprefix='/foss.training/'
13-
install_dependencies: true
1413
- name: Deploy
1514
uses: peaceiris/actions-gh-pages@v3
1615
with:

0 commit comments

Comments
 (0)