Compare commits

...

2 commits

Author SHA1 Message Date
4f3aa27225 Update actions/download-artifact action to v4
All checks were successful
Build and Deploy Website / Build Website (push) Successful in 52s
Build and Deploy Website / Deploy Dev Website (push) Has been skipped
Build and Deploy Website / Deploy Website (push) Has been skipped
2024-03-29 01:00:51 +00:00
e2f5f9c616 updated package.json
All checks were successful
Build and Deploy Website / Build Website (push) Successful in 1m28s
Build and Deploy Website / Deploy Website (push) Has been skipped
Build and Deploy Website / Deploy Dev Website (push) Successful in 1m0s
2024-03-29 01:57:28 +01:00
2 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -28,14 +28,14 @@
"cpx": "^1.5.0",
"eleventy-plugin-rev": "^2.0.0",
"eleventy-sass": "^2.2.4",
"glob": "^10.3.10",
"glob": "^10.3.12",
"minify": "^11.1.1",
"postcss": "^8.4.37",
"postcss": "^8.4.38",
"sass": "^1.72.0",
"uncss": "^0.17.3"
},
"dependencies": {
"bootstrap": "^5.3.3",
"flag-icons": "^7.2.0"
"flag-icons": "^7.2.1"
}
}