Compare commits
3 commits
f85613f656
...
81a8932f64
Author | SHA1 | Date | |
---|---|---|---|
81a8932f64 | |||
4acc7053a5 | |||
6f0e2e8efe |
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/
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
"browser-sync": "^3.0.2"
|
"browser-sync": "^3.0.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"autoprefixer": "10.4.16",
|
"autoprefixer": "10.4.18",
|
||||||
"cssnano": "6.0.3",
|
"cssnano": "6.0.3",
|
||||||
"del": "6.1.1",
|
"del": "6.1.1",
|
||||||
"gulp": "4.0.2",
|
"gulp": "4.0.2",
|
||||||
|
|
Loading…
Reference in a new issue