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
|
||||
- name: Build Website
|
||||
run: npm run build
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: build
|
||||
path: dist/
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"siteName": "sp-codes",
|
||||
"title": "sp-codes",
|
||||
"url": "https://sp-codes.de",
|
||||
"baseUrl": "/",
|
||||
"author": "Samuel Philipp",
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
---
|
||||
title: sp-codes
|
||||
---
|
||||
<!doctype html>
|
||||
<html lang="{{ locale }}" prefix="og: http://ogp.me/ns#">
|
||||
<head>
|
||||
|
|
Loading…
Reference in a new issue