We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eabeb69 commit 1aca0a4Copy full SHA for 1aca0a4
3 files changed
.github/workflows/github-pages.yml
@@ -14,5 +14,5 @@ jobs:
14
with:
15
python-version: "3.14"
16
- run: python -m pip install --upgrade pip
17
- - run: pip install -r requirements.txt
18
- - run: mkdocs gh-deploy --force
+ - run: pip install -r docs/requirements.txt
+ - run: mkdocs gh-deploy --force -f docs/mkdocs.yml
mkdocs.yml docs/mkdocs.ymlmkdocs.yml renamed to docs/mkdocs.yml
@@ -6,7 +6,8 @@ site_url: https://ringcentral.github.io/ringcentral-web-phone
6
repo_url: https://github.com/ringcentral/ringcentral-web-phone
7
repo_name: ringcentral/ringcentral-web-phone
8
edit_uri: tree/main/docs
9
-docs_dir: docs
+docs_dir: .
10
+site_dir: ../site
11
12
exclude_docs: |
13
.#*
requirements.txt docs/requirements.txtrequirements.txt renamed to docs/requirements.txt
0 commit comments