Compare commits
2 commits
b2c368de05
...
3d2d8e3c46
Author | SHA1 | Date | |
---|---|---|---|
3d2d8e3c46 | |||
01104b528a |
2 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,7 @@ jobs:
|
|||
run: npm install
|
||||
- name: Build Website
|
||||
run: npm run build
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: build
|
||||
path: dist/
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
layout: base.njk
|
||||
eleventyComputed:
|
||||
service: "{{ getServiceById(key) }}"
|
||||
title: "{{ service.name }}"
|
||||
summary: "{{ service.summary[locale] }}"
|
||||
---
|
||||
|
|
Loading…
Reference in a new issue