generated from roboflow/template-python
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch back to mkdocs-material and install insider separately
- Loading branch information
1 parent
3b0e16e
commit 41ffe5a
Showing
4 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,8 +52,9 @@ jobs: | |
|
||
- name: 📦 Install dependencies | ||
run: | | ||
poetry config http-basic.github.com roboflow ${steps.mkdocs_token.outputs.token} | ||
poetry install --with=docs | ||
# Install mkdocs-material-insiders using the GitHub App token | ||
pip install "git+https://roboflow:${{ steps.mkdocs_token.outputs.token }}@github.com/roboflow/[email protected]#egg=mkdocs-material[imaging]" | ||
- name: ⚙️ Configure git for github-actions | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,8 +42,9 @@ jobs: | |
|
||
- name: 🏗️ Install dependencies | ||
run: | | ||
poetry config http-basic.github.com roboflow ${steps.mkdocs_token.outputs.token} | ||
poetry install --with=docs | ||
# Install mkdocs-material-insiders using the GitHub App token | ||
pip install "git+https://roboflow:${{ steps.mkdocs_token.outputs.token }}@github.com/roboflow/[email protected]#egg=mkdocs-material[imaging]" | ||
- name: 🧪 Test Docs Build | ||
run: | | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters