We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3f5bc6 commit f668f67Copy full SHA for f668f67
1 file changed
.github/workflows/eleventy_build.yml
@@ -3,14 +3,16 @@ on: [push]
3
4
jobs:
5
build_deploy:
6
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
7
steps:
8
- uses: actions/checkout@main
9
+ - uses: actions/setup-node@v3
10
+ with:
11
+ node-version: '14'
12
- name: Build
13
uses: TartanLlama/actions-eleventy@v1.2
14
with:
15
args: --pathprefix='/foss.training/'
- install_dependencies: true
16
- name: Deploy
17
uses: peaceiris/actions-gh-pages@v3
18
0 commit comments