Compare commits
2 commits
99914774f3
...
30f222398f
Author | SHA1 | Date | |
---|---|---|---|
30f222398f | |||
e658906991 |
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ jobs:
|
||||||
run: npm install
|
run: npm install
|
||||||
- name: Build Website
|
- name: Build Website
|
||||||
run: npm run build
|
run: npm run build
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: build
|
name: build
|
||||||
path: dist/
|
path: dist/
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
layout: base.njk
|
layout: base.njk
|
||||||
title: Impressum
|
title: Imprint
|
||||||
summary: Imprint of sp-codes - Information on legal owner and contact details.
|
summary: Imprint of sp-codes - Information on legal owner and contact details.
|
||||||
---
|
---
|
||||||
<h1><i class="i-info-circle"></i> Imprint</h1>
|
<h1><i class="i-info-circle"></i> Imprint</h1>
|
||||||
|
|
Loading…
Reference in a new issue