Skip to content

Commit f668f67

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

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/eleventy_build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,16 @@ 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
9+
- uses: actions/setup-node@v3
10+
with:
11+
node-version: '14'
912
- name: Build
1013
uses: TartanLlama/[email protected]
1114
with:
1215
args: --pathprefix='/foss.training/'
13-
install_dependencies: true
1416
- name: Deploy
1517
uses: peaceiris/actions-gh-pages@v3
1618
with:

0 commit comments

Comments
 (0)