Compare commits
7 commits
2949badf2e
...
e450bab7e0
Author | SHA1 | Date | |
---|---|---|---|
e450bab7e0 | |||
061006d3d3 | |||
de30ff866c | |||
038b546aff | |||
f8f3656e39 | |||
9c5f37daed | |||
4bd644a3b0 |
2 changed files with 5 additions and 5 deletions
|
@ -15,7 +15,7 @@ jobs:
|
|||
run: npm install
|
||||
- name: Build Website
|
||||
run: npm run build:dev
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: build
|
||||
path: dist/
|
||||
|
@ -31,7 +31,7 @@ jobs:
|
|||
run: npm install
|
||||
- name: Build Website
|
||||
run: npm run build
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: build
|
||||
path: dist/
|
||||
|
|
|
@ -27,11 +27,11 @@
|
|||
"cpx": "^1.5.0",
|
||||
"eleventy-plugin-rev": "^2.0.0",
|
||||
"eleventy-sass": "^2.2.4",
|
||||
"glob": "^10.4.3",
|
||||
"glob": "^11.0.0",
|
||||
"minify": "^11.3.0",
|
||||
"postcss": "^8.4.39",
|
||||
"postcss": "^8.4.41",
|
||||
"replace-in-file": "^8.1.0",
|
||||
"sass": "^1.77.6",
|
||||
"sass": "^1.77.8",
|
||||
"uncss": "^0.17.3"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
Loading…
Reference in a new issue