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
|
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/
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
"eleventy-sass": "^2.2.6",
|
"eleventy-sass": "^2.2.6",
|
||||||
"glob": "^11.0.0",
|
"glob": "^11.0.0",
|
||||||
"minify": "^11.4.1",
|
"minify": "^11.4.1",
|
||||||
"postcss": "^8.4.45",
|
"postcss": "^8.4.47",
|
||||||
"sass": "^1.80.6",
|
"sass": "^1.80.6",
|
||||||
"uncss": "^0.17.3"
|
"uncss": "^0.17.3"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue