-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
33 additions
and
35 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 |
---|---|---|
|
@@ -19,25 +19,25 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v2 | ||
uses: actions/checkout@v3 | ||
with: | ||
fetch-depth: 0 | ||
|
||
- name: Set up Python | ||
uses: actions/setup-python@v2 | ||
with: | ||
python-version: "3.9.7" | ||
python-version: "3.10.9" | ||
|
||
- name: Install dependencies | ||
run: | | ||
pip install git+https://github.com/squidfunk/[email protected] | ||
pip install mkdocstrings httpx mkdocs-literate-nav mkdocs-gen-files mike | ||
pip install mkdocstrings[python-legacy] httpx mkdocs-literate-nav mkdocs-gen-files mike | ||
- name: Configure Git user | ||
run: | | ||
git config --local user.email "github-actions[bot]@users.noreply.github.com" | ||
git config --local user.name "github-actions[bot]" | ||
- name: Deploy docs | ||
run: | | ||
mike deploy --push dev | ||
mike deploy dev --push |
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 |
---|---|---|
|
@@ -20,23 +20,19 @@ jobs: | |
- name: Set up Python | ||
uses: actions/setup-python@v2 | ||
with: | ||
python-version: "3.9.7" | ||
python-version: "3.10.9" | ||
|
||
- name: Install dependencies | ||
run: | | ||
pip install git+https://github.com/squidfunk/[email protected] | ||
pip install mkdocstrings httpx mkdocs-literate-nav mkdocs-gen-files mike | ||
- name: Build docs | ||
run: | | ||
mkdocs build | ||
pip install mkdocstrings[python-legacy] httpx mkdocs-literate-nav mkdocs-gen-files mike | ||
- name: Configure Git user | ||
run: | | ||
git config --local user.email "github-actions[bot]@users.noreply.github.com" | ||
git config --local user.name "github-actions[bot]" | ||
- name: Deploy docs | ||
run: | | ||
mike deploy --push --update-aliases ${{ github.event.release.tag_name }} latest | ||
mike set-default --push latest | ||
mike deploy ${{ github.event.release.tag_name }} --push | ||
mike alias ${{ github.event.release.tag_name }} latest --update-aliases --push |
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 |
---|---|---|
@@ -1,12 +1,12 @@ | ||
* [Overview](index.md) | ||
* [Tutorial](tutorial/index.md) | ||
* [Get Started](tutorial/get-started.md) | ||
* [Authentication](tutorial/authentication.md) | ||
* [Error Handling](tutorial/error-handling.md) | ||
* [Thumbnails](tutorial/thumbnails.md) | ||
* [Pagination](tutorial/pagination.md) | ||
* [ROBLOSECURITY](roblosecurity.md) | ||
* [Bases](bases.md) | ||
* [Extensions](extensions.md) | ||
* [Migrating to v2.0](migrating.md) | ||
* [Tutorials](tutorials/index.md) | ||
* [Get Started](tutorials/get-started.md) | ||
* [Authentication](tutorials/authentication.md) | ||
* [Error Handling](tutorials/error-handling.md) | ||
* [Thumbnails](tutorials/thumbnails.md) | ||
* [Pagination](tutorials/pagination.md) | ||
* [ROBLOSECURITY](tutorials/roblosecurity.md) | ||
* [Bases](tutorials/bases.md) | ||
* [Extensions](tutorials/extensions.md) | ||
* [Migrating to v2.0](tutorials/migrating.md) | ||
* [Code Reference](reference/) |
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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