Skip to content

Commit a8ce365

Browse files
committed
fixup! docs: move Hugo and theme up to latest
1 parent 005a75e commit a8ce365

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ jobs:
7171
with:
7272
node-version: '20'
7373

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
74+
- name: Install NPM dependencies
75+
run: cd kernelci.org && npm install
7676

7777
- name: Initialize Hugo modules
7878
run: cd kernelci.org && hugo mod tidy

kernelci.org/package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)