Compare commits
3 commits
96ef6d03d5
...
f3d1305c88
Author | SHA1 | Date | |
---|---|---|---|
f3d1305c88 | |||
87fcf620bc | |||
da1df928bb |
2 changed files with 3 additions and 3 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/
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
"eleventy-sass": "^2.2.6",
|
||||
"glob": "^11.0.0",
|
||||
"minify": "^11.4.1",
|
||||
"postcss": "^8.4.41",
|
||||
"postcss": "^8.4.45",
|
||||
"replace-in-file": "^8.1.0",
|
||||
"sass": "^1.78.0",
|
||||
"uncss": "^0.17.3"
|
||||
|
|
Loading…
Reference in a new issue