Compare commits
5 commits
6478ee10aa
...
b9cf57177b
Author | SHA1 | Date | |
---|---|---|---|
b9cf57177b | |||
3c0d92377b | |||
415ef284df | |||
33178c735d | |||
119df07db0 |
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@ jobs:
|
||||||
needs: [build]
|
needs: [build]
|
||||||
if: github.ref == 'refs/heads/develop'
|
if: github.ref == 'refs/heads/develop'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v4
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: which lftp || ( apk --update add lftp )
|
run: which lftp || ( apk --update add lftp )
|
||||||
- name: Deploy Website
|
- name: Deploy Website
|
||||||
|
@ -43,7 +43,7 @@ jobs:
|
||||||
needs: [build]
|
needs: [build]
|
||||||
if: github.ref == 'refs/heads/main'
|
if: github.ref == 'refs/heads/main'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v4
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: which lftp || ( apk --update add lftp )
|
run: which lftp || ( apk --update add lftp )
|
||||||
- name: Deploy Website
|
- name: Deploy Website
|
||||||
|
|
|
@ -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