Skip to content

Commit 1aca0a4

Browse files
committed
Move mkdocs materials to docs folder
1 parent eabeb69 commit 1aca0a4

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/github-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ jobs:
1414
with:
1515
python-version: "3.14"
1616
- run: python -m pip install --upgrade pip
17-
- run: pip install -r requirements.txt
18-
- run: mkdocs gh-deploy --force
17+
- run: pip install -r docs/requirements.txt
18+
- run: mkdocs gh-deploy --force -f docs/mkdocs.yml

mkdocs.yml renamed to docs/mkdocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ site_url: https://ringcentral.github.io/ringcentral-web-phone
66
repo_url: https://github.com/ringcentral/ringcentral-web-phone
77
repo_name: ringcentral/ringcentral-web-phone
88
edit_uri: tree/main/docs
9-
docs_dir: docs
9+
docs_dir: .
10+
site_dir: ../site
1011

1112
exclude_docs: |
1213
.#*
File renamed without changes.

0 commit comments

Comments
 (0)