Compare commits
2 commits
7e27249641
...
f781d7f97d
Author | SHA1 | Date | |
---|---|---|---|
f781d7f97d | |||
3b3e0ea5d6 |
2 changed files with 2 additions and 3 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,5 @@
|
||||||
{
|
{
|
||||||
"title": "sp-codes",
|
"siteName": "sp-codes",
|
||||||
"description": "Samuel Philipp - Software Engineer from Magdeburg",
|
|
||||||
"url": "https://sp-codes.de",
|
"url": "https://sp-codes.de",
|
||||||
"baseUrl": "/",
|
"baseUrl": "/",
|
||||||
"author": "Samuel Philipp",
|
"author": "Samuel Philipp",
|
||||||
|
|
Loading…
Reference in a new issue