Compare commits
3 commits
cb5b6d5ed3
...
a1a0996fc8
Author | SHA1 | Date | |
---|---|---|---|
a1a0996fc8 | |||
92cf38667c | |||
46d6382b5d |
2 changed files with 3 additions and 3 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/
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
"minify": "^11.1.1",
|
"minify": "^11.1.1",
|
||||||
"postcss": "^8.4.38",
|
"postcss": "^8.4.38",
|
||||||
"replace-in-file": "^7.1.0",
|
"replace-in-file": "^7.1.0",
|
||||||
"sass": "^1.74.1",
|
"sass": "^1.75.0",
|
||||||
"uncss": "^0.17.3"
|
"uncss": "^0.17.3"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
Loading…
Reference in a new issue