Skip to content

Commit 66a3d33

Browse files
fix: Github YML changes
1 parent a1b0b39 commit 66a3d33

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

.github/workflows/update-docs.yml

+5-8
Original file line numberDiff line numberDiff line change
@@ -19,23 +19,20 @@ jobs:
1919
with:
2020
node-version: 20.x
2121

22-
- name: Install packages
22+
- name: Install packages and run build
2323
run: |
2424
cd docs
2525
npm ci
2626
npm run build
27-
28-
- name: Build project
29-
run: |
30-
cd docs
31-
npm run build
3227
3328
- name: Add nojekyll file
34-
run: touch .out .nojekyll
29+
run: |
30+
cd docs
31+
touch .out .nojekyll
3532
3633
- name: Deploy to GitHub pages
3734
uses: JamesIves/[email protected]
3835
with:
3936
branch: gh-pages
40-
folder: out
37+
folder: docs/out
4138
token: ${{ secrets.DEPLOY_TOKEN }}

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)