Skip to content

Commit 6610dbf

Browse files
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

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ jobs:
1515

1616
steps:
1717
- uses: actions/checkout@v4
18-
with:
19-
submodules: recursive
2018

2119
- name: Set up Python ${{ matrix.python-version }}
2220
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)