Compare commits
5 commits
8a29b59f80
...
4baa61d73d
Author | SHA1 | Date | |
---|---|---|---|
4baa61d73d | |||
2d628ebc0e | |||
dd963d736f | |||
b65a9d6c22 | |||
4b9a24a78e |
2 changed files with 4 additions and 4 deletions
|
@ -15,7 +15,7 @@ jobs:
|
|||
run: npm install
|
||||
- name: Build Website
|
||||
run: npm run build:dev
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: build
|
||||
path: dist/
|
||||
|
@ -31,7 +31,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/
|
||||
|
|
|
@ -28,9 +28,9 @@
|
|||
"eleventy-plugin-rev": "^2.0.0",
|
||||
"eleventy-sass": "^2.2.4",
|
||||
"glob": "^10.4.2",
|
||||
"minify": "^11.1.1",
|
||||
"minify": "^11.3.0",
|
||||
"postcss": "^8.4.39",
|
||||
"replace-in-file": "^7.1.0",
|
||||
"replace-in-file": "^8.1.0",
|
||||
"sass": "^1.77.6",
|
||||
"uncss": "^0.17.3"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue