-
-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactor: organzie API docs * ci: fix action versions * refactor: mkdocs moved to docs/main * ci: docs dependency update --------- Co-authored-by: Zijian Zhang <[email protected]>
- Loading branch information
Showing
47 changed files
with
54 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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# To get started with Dependabot version updates, you'll need to specify which | ||
# package ecosystems to update and where the package manifests are located. | ||
# Please see the documentation for all configuration options: | ||
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file | ||
|
||
version: 2 | ||
updates: | ||
- package-ecosystem: "pip" # See documentation for possible values | ||
directory: "/docs/main/" # Location of package manifests | ||
schedule: | ||
interval: "weekly" |
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 |
---|---|---|
|
@@ -14,18 +14,21 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
with: | ||
submodules: true | ||
|
||
- run: | | ||
git clone --depth 1 --branch v2.3.4 https://github.com/jothepro/doxygen-awesome-css.git docs/api/doxygen-awesome-css | ||
- run : | | ||
mkdir -p site/api | ||
- uses: mattnotmitt/[email protected] | ||
- uses: mattnotmitt/doxygen-action@v1 | ||
with: | ||
doxyfile-path: ./docs/api/Doxyfile | ||
|
||
- run: | | ||
tar -cvf artifact.tar -C site/ . | ||
- uses: actions/upload-artifact@v3 | ||
- uses: actions/upload-artifact@v4 | ||
with: | ||
name: doxygen-pages | ||
path: | | ||
|
@@ -37,15 +40,15 @@ jobs: | |
- uses: actions/checkout@v4 | ||
|
||
- run: | | ||
pip install -r requirements.txt | ||
pip install -r docs/main/requirements.txt | ||
- run: | | ||
mkdocs build | ||
mkdocs build -f docs/main/mkdocs.yml -d ../../site | ||
- run: | | ||
tar -cvf artifact.tar -C site/ . | ||
- uses: actions/upload-artifact@v3 | ||
- uses: actions/upload-artifact@v4 | ||
with: | ||
name: mkdocs-pages | ||
path: | | ||
|
@@ -57,7 +60,7 @@ jobs: | |
- build-mkdocs | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/download-artifact@v3 | ||
- uses: actions/download-artifact@v4 | ||
with: | ||
path: artifacts/ | ||
|
||
|
@@ -67,7 +70,7 @@ jobs: | |
tar -xvf artifacts/doxygen-pages/artifact.tar -C site/ | ||
tar -xvf artifacts/mkdocs-pages/artifact.tar -C site/ | ||
- uses: actions/upload-pages-artifact@v2 | ||
- uses: actions/upload-pages-artifact@v3 | ||
with: | ||
path: site/ | ||
|
||
|
@@ -80,4 +83,4 @@ jobs: | |
pages: write | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/deploy-pages@v2 | ||
- uses: actions/deploy-pages@v4 |
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
This file was deleted.
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
File renamed without changes.
Submodule doxygen-awesome-css
deleted from
df83fb
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
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.
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.
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
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.