Compare commits

...

2 commits

Author SHA1 Message Date
f69b6fddbe Update actions/upload-artifact action to v4
Some checks failed
Build and Deploy Website / Build Website (push) Failing after 32s
Build and Deploy Website / Deploy Dev Website (push) Has been skipped
Build and Deploy Website / Deploy Website (push) Has been skipped
2024-03-29 01:00:53 +00:00
e2f5f9c616 updated package.json
All checks were successful
Build and Deploy Website / Build Website (push) Successful in 1m28s
Build and Deploy Website / Deploy Website (push) Has been skipped
Build and Deploy Website / Deploy Dev Website (push) Successful in 1m0s
2024-03-29 01:57:28 +01:00
2 changed files with 4 additions and 4 deletions

View file

@ -16,7 +16,7 @@ jobs:
run: npm run build run: npm run build
- name: Build German Version - name: Build German Version
run: npm run build:de run: npm run build:de
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v4
with: with:
name: build name: build
path: dist/ path: dist/

View file

@ -28,14 +28,14 @@
"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.3.10", "glob": "^10.3.12",
"minify": "^11.1.1", "minify": "^11.1.1",
"postcss": "^8.4.37", "postcss": "^8.4.38",
"sass": "^1.72.0", "sass": "^1.72.0",
"uncss": "^0.17.3" "uncss": "^0.17.3"
}, },
"dependencies": { "dependencies": {
"bootstrap": "^5.3.3", "bootstrap": "^5.3.3",
"flag-icons": "^7.2.0" "flag-icons": "^7.2.1"
} }
} }