Commit 6610dbf
committed
Add CI for tests and CD for docs deployment
- Added `.github/workflows/ci.yml` to run tests on Python 3.10 and 3.11.
- Added `.github/workflows/deploy-docs.yml` to deploy mkdocs to gh-pages.
- Updated `pyproject.toml` to include `mkdocs-material` dependency.
- Updated `mkdocs.yml` to use `material` theme.
- Added `site/` to `.gitignore`.
- Fixed CI error by removing `submodules: recursive` (broken submodule references).1 parent 0db8e37 commit 6610dbf
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | 18 | | |
21 | 19 | | |
22 | 20 | | |
| |||
0 commit comments