Compare commits
3 commits
d713276f43
...
24cfc684c4
Author | SHA1 | Date | |
---|---|---|---|
24cfc684c4 | |||
d69b804400 | |||
a143b4ebfd |
2 changed files with 3 additions and 3 deletions
|
@ -28,7 +28,7 @@ jobs:
|
|||
needs: [build]
|
||||
if: github.ref == 'refs/heads/develop'
|
||||
steps:
|
||||
- uses: actions/download-artifact@v3
|
||||
- uses: actions/download-artifact@v4
|
||||
- name: Install Dependencies
|
||||
run: which lftp || ( apk --update add lftp )
|
||||
- name: Deploy English Version
|
||||
|
@ -51,7 +51,7 @@ jobs:
|
|||
needs: [build]
|
||||
if: github.ref == 'refs/heads/main'
|
||||
steps:
|
||||
- uses: actions/download-artifact@v3
|
||||
- uses: actions/download-artifact@v4
|
||||
- name: Install Dependencies
|
||||
run: which lftp || ( apk --update add lftp )
|
||||
- name: Deploy English Version
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
"eleventy-sass": "^2.2.4",
|
||||
"glob": "^10.3.10",
|
||||
"minify": "^11.0.1",
|
||||
"postcss": "^8.4.32",
|
||||
"postcss": "^8.4.33",
|
||||
"sass": "^1.69.7",
|
||||
"uncss": "^0.17.3"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue