Compare commits
3 commits
f781d7f97d
...
99914774f3
Author | SHA1 | Date | |
---|---|---|---|
99914774f3 | |||
e134d45bb3 | |||
d1397660e4 |
3 changed files with 2 additions and 5 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,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"siteName": "sp-codes",
|
"title": "sp-codes",
|
||||||
"url": "https://sp-codes.de",
|
"url": "https://sp-codes.de",
|
||||||
"baseUrl": "/",
|
"baseUrl": "/",
|
||||||
"author": "Samuel Philipp",
|
"author": "Samuel Philipp",
|
||||||
|
|
|
@ -1,6 +1,3 @@
|
||||||
---
|
|
||||||
title: sp-codes
|
|
||||||
---
|
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="{{ locale }}" prefix="og: http://ogp.me/ns#">
|
<html lang="{{ locale }}" prefix="og: http://ogp.me/ns#">
|
||||||
<head>
|
<head>
|
||||||
|
|
Loading…
Reference in a new issue