Compare commits
3 commits
a68709715b
...
2949badf2e
Author | SHA1 | Date | |
---|---|---|---|
2949badf2e | |||
3835c771c5 | |||
a01b02bade |
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/
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
"cpx": "^1.5.0",
|
"cpx": "^1.5.0",
|
||||||
"eleventy-plugin-rev": "^2.0.0",
|
"eleventy-plugin-rev": "^2.0.0",
|
||||||
"eleventy-sass": "^2.2.4",
|
"eleventy-sass": "^2.2.4",
|
||||||
"glob": "^10.4.2",
|
"glob": "^10.4.3",
|
||||||
"minify": "^11.3.0",
|
"minify": "^11.3.0",
|
||||||
"postcss": "^8.4.39",
|
"postcss": "^8.4.39",
|
||||||
"replace-in-file": "^8.1.0",
|
"replace-in-file": "^8.1.0",
|
||||||
|
|
Loading…
Reference in a new issue