Skip to content

Commit bdd3107

Browse files
refc: more testing
1 parent 7df9c19 commit bdd3107

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/update-docs.yml

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

22+
- run: pwd
23+
- run: ls
24+
- run: cd ..
25+
- run: ls
26+
- run: pwd
27+
2228
- name: Navigate to docs directory
2329
run: cd ../docs
2430

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)