Compare commits
5 commits
a4b51f0f62
...
4c86347c43
Author | SHA1 | Date | |
---|---|---|---|
4c86347c43 | |||
65b04eedf1 | |||
1d93d57704 | |||
83b9f3efca | |||
d652db78de |
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
|
||||||
|
|
|
@ -29,10 +29,10 @@
|
||||||
"glob": "^10.3.10",
|
"glob": "^10.3.10",
|
||||||
"minify": "^11.0.1",
|
"minify": "^11.0.1",
|
||||||
"postcss": "^8.4.33",
|
"postcss": "^8.4.33",
|
||||||
"sass": "^1.70.0",
|
"sass": "^1.71.1",
|
||||||
"uncss": "^0.17.3"
|
"uncss": "^0.17.3"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bootstrap": "^5.3.2"
|
"bootstrap": "^5.3.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue