Compare commits
3 commits
3325909f70
...
49a832827d
Author | SHA1 | Date | |
---|---|---|---|
49a832827d | |||
9dca855e12 | |||
eab16590a8 |
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/
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
"@sardine/eleventy-plugin-tinyhtml": "^0.2.0",
|
"@sardine/eleventy-plugin-tinyhtml": "^0.2.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",
|
||||||
"sass": "^1.77.6",
|
"sass": "^1.77.6",
|
||||||
|
|
Loading…
Reference in a new issue