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
|
||||
- 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,5 @@
|
|||
{
|
||||
"title": "sp-codes",
|
||||
"description": "Samuel Philipp - Software Engineer from Magdeburg",
|
||||
"siteName": "sp-codes",
|
||||
"url": "https://sp-codes.de",
|
||||
"baseUrl": "/",
|
||||
"author": "Samuel Philipp",
|
||||
|
|
Loading…
Reference in a new issue