Compare commits
5 commits
3f95a1d529
...
4e5971baa6
Author | SHA1 | Date | |
---|---|---|---|
4e5971baa6 | |||
3c0d92377b | |||
415ef284df | |||
33178c735d | |||
119df07db0 |
2 changed files with 3 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/
|
||||||
|
|
|
@ -12,11 +12,11 @@
|
||||||
"url": "https://git.sp-codes.de/samuel-p/sp-magic.de"
|
"url": "https://git.sp-codes.de/samuel-p/sp-magic.de"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"browser-sync": "^2.29.3"
|
"browser-sync": "^3.0.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"autoprefixer": "10.4.16",
|
"autoprefixer": "10.4.16",
|
||||||
"cssnano": "6.0.1",
|
"cssnano": "6.0.2",
|
||||||
"del": "6.1.1",
|
"del": "6.1.1",
|
||||||
"gulp": "4.0.2",
|
"gulp": "4.0.2",
|
||||||
"gulp-concat": "2.6.1",
|
"gulp-concat": "2.6.1",
|
||||||
|
|
Loading…
Reference in a new issue