Compare commits
3 commits
45cdceb8a2
...
218e582294
Author | SHA1 | Date | |
---|---|---|---|
218e582294 | |||
7f419bcc26 | |||
c692c4de58 |
2 changed files with 3 additions and 3 deletions
|
@ -17,7 +17,7 @@ jobs:
|
|||
run: npm run build:dev
|
||||
- name: Build German Version
|
||||
run: npm run build:dev:de
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: build
|
||||
path: dist/
|
||||
|
@ -35,7 +35,7 @@ jobs:
|
|||
run: npm run build
|
||||
- name: Build German Version
|
||||
run: npm run build:de
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: build
|
||||
path: dist/
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
"@sardine/eleventy-plugin-tinyhtml": "^0.2.0",
|
||||
"eleventy-plugin-rev": "^2.0.0",
|
||||
"eleventy-sass": "^2.2.4",
|
||||
"glob": "^10.4.2",
|
||||
"glob": "^10.4.3",
|
||||
"minify": "^11.3.0",
|
||||
"postcss": "^8.4.39",
|
||||
"sass": "^1.77.6",
|
||||
|
|
Loading…
Reference in a new issue