Compare commits
3 commits
12d3ead829
...
59c7ec419a
Author | SHA1 | Date | |
---|---|---|---|
59c7ec419a | |||
888df2c58d | |||
7900acec67 |
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.45",
|
||||
"postcss": "^8.4.47",
|
||||
"sass": "^1.80.6",
|
||||
"uncss": "^0.17.3"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue