We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 005a75e commit a8ce365Copy full SHA for a8ce365
.github/workflows/deploy.yml
@@ -71,8 +71,8 @@ jobs:
71
with:
72
node-version: '20'
73
74
- - name: Install dependencies (postcss), bootstrap-sass
75
- run: npm install --save-dev autoprefixer && npm install postcss-cli && npm install -D postcss && npm install -D postcss-preset-env && npm install -D bootstrap-sass
+ - name: Install NPM dependencies
+ run: cd kernelci.org && npm install
76
77
- name: Initialize Hugo modules
78
run: cd kernelci.org && hugo mod tidy
kernelci.org/package.json
@@ -0,0 +1,10 @@
1
+{
2
+ "name": "kernelci-docs",
3
+ "version": "1.0.0",
4
+ "description": "KernelCI documentation website",
5
+ "devDependencies": {
6
+ "autoprefixer": "^10.4.0",
7
+ "postcss": "^8.4.0",
8
+ "postcss-cli": "^10.1.0"
9
+ }
10
+}
0 commit comments