Compare commits
5 commits
bc153b447c
...
96ef6d03d5
Author | SHA1 | Date | |
---|---|---|---|
96ef6d03d5 | |||
06e067e174 | |||
0fdc7ccf4b | |||
4ce082ecaa | |||
30d822ee34 |
2 changed files with 4 additions and 4 deletions
|
@ -15,7 +15,7 @@ jobs:
|
||||||
run: npm install
|
run: npm install
|
||||||
- name: Build Website
|
- name: Build Website
|
||||||
run: npm run build:dev
|
run: npm run build:dev
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: build
|
name: build
|
||||||
path: dist/
|
path: dist/
|
||||||
|
@ -31,7 +31,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/
|
||||||
|
|
|
@ -28,10 +28,10 @@
|
||||||
"eleventy-plugin-rev": "^2.0.0",
|
"eleventy-plugin-rev": "^2.0.0",
|
||||||
"eleventy-sass": "^2.2.6",
|
"eleventy-sass": "^2.2.6",
|
||||||
"glob": "^11.0.0",
|
"glob": "^11.0.0",
|
||||||
"minify": "^11.4.0",
|
"minify": "^11.4.1",
|
||||||
"postcss": "^8.4.41",
|
"postcss": "^8.4.41",
|
||||||
"replace-in-file": "^8.1.0",
|
"replace-in-file": "^8.1.0",
|
||||||
"sass": "^1.77.8",
|
"sass": "^1.78.0",
|
||||||
"uncss": "^0.17.3"
|
"uncss": "^0.17.3"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
Loading…
Reference in a new issue