Compare commits
3 commits
0d13847127
...
ad8139be69
Author | SHA1 | Date | |
---|---|---|---|
ad8139be69 | |||
3d1b3d0edf | |||
39d9d605fb |
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,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/
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
"eleventy-sass": "^2.2.6",
|
||||
"glob": "^11.0.0",
|
||||
"minify": "^11.4.1",
|
||||
"postcss": "^8.4.41",
|
||||
"postcss": "^8.4.45",
|
||||
"sass": "^1.78.0",
|
||||
"uncss": "^0.17.3"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue