Compare commits
5 commits
f90ef8075b
...
d2bbb0cd2f
Author | SHA1 | Date | |
---|---|---|---|
d2bbb0cd2f | |||
c3f7b36cdc | |||
088c43773f | |||
346fd4fa72 | |||
5885fa51c2 |
2 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@ jobs:
|
||||||
run: npm install
|
run: npm install
|
||||||
- name: Build Website
|
- name: Build Website
|
||||||
run: npm run build
|
run: npm run build
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: build
|
name: build
|
||||||
path: dist/
|
path: dist/
|
||||||
|
|
|
@ -24,9 +24,9 @@
|
||||||
"eleventy-plugin-rev": "^2.0.0",
|
"eleventy-plugin-rev": "^2.0.0",
|
||||||
"eleventy-sass": "^2.2.4",
|
"eleventy-sass": "^2.2.4",
|
||||||
"glob": "^11.0.0",
|
"glob": "^11.0.0",
|
||||||
"minify": "^11.3.0",
|
"minify": "^11.4.0",
|
||||||
"postcss": "^8.4.41",
|
"postcss": "^8.4.41",
|
||||||
"sass": "^1.77.6",
|
"sass": "^1.77.8",
|
||||||
"uncss": "^0.17.3"
|
"uncss": "^0.17.3"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
Loading…
Reference in a new issue