Skip to content

Commit 0ca9501

Browse files
fix: Nojekyll fix
1 parent fca4ac6 commit 0ca9501

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/update-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Add nojekyll file
3232
run: |
3333
cd docs
34-
touch .out .nojekyll
34+
touch ./out/.nojekyll
3535
3636
- name: Deploy to GitHub pages
3737
uses: JamesIves/[email protected]

docs/pages/self_hosting_guide.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ 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)