Skip to content

Commit fcc1ead

Browse files
committed
feat: docs
1 parent 9eaa77e commit fcc1ead

File tree

12 files changed

+79
-209
lines changed

12 files changed

+79
-209
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Deploy Documentation
2+
3+
on:
4+
push:
5+
branches:
6+
- feat/docs # Or your default branch
7+
8+
jobs:
9+
deploy:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v4
13+
- name: Set up Python
14+
uses: actions/setup-python@v5
15+
with:
16+
python-version: '3.x'
17+
- name: Install dependencies
18+
run: |
19+
pip install mkdocs mkdocs-material mkdocs-awesome-pages-plugin pymdown-extensions
20+
- name: Deploy to GitHub Pages
21+
run: |
22+
mkdocs gh-deploy --force --clean

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,5 @@ pylintrc
7272
.ruff_cache
7373

7474

75-
test.py
75+
test.py
76+
site

docs/_config.yml

Lines changed: 0 additions & 205 deletions
This file was deleted.

docs/assets/acc_tree1.png

303 KB
Loading

docs/assets/acc_tree2.png

262 KB
Loading

docs/assets/acc_tree3.png

268 KB
Loading

docs/assets/elon.mp4

14.1 MB
Binary file not shown.

docs/assets/main_page1.png

403 KB
Loading

docs/assets/trump.png

1.08 MB
Loading

docs/example.md

Whitespace-only changes.

0 commit comments

Comments
 (0)