Skip to content

Commit db2ff22

Browse files
refc: Yml updates
1 parent 18670dc commit db2ff22

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/update-docs.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,20 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- run: pwd
16-
1715
- uses: actions/checkout@v3
1816

1917
- name: Setup Node.js
2018
uses: actions/setup-node@v2
2119
with:
2220
node-version: 20.x
21+
22+
- name: Navigate to docs directory
23+
run: cd kaizen/docs
24+
25+
- run: pwd
2326

2427
- name: Install packages
25-
run: npm install
28+
run: npm ci
2629

2730
- name: Build project
2831
run: npm run build

docs/pages/self_hosting_guide.mdx

-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,3 @@ To create your own local version of CloudCode, follow along the guide to complet
2020
3. [Create a Github app.](self_hosting_guide/setup_github_app)
2121
4. [Prepare the configuration settings.](self_hosting_guide/prepare_configuration)
2222
5. [Deploy the API.](self_hosting_guide/deploy_api)
23-

0 commit comments

Comments
 (0)