Skip to content

Commit f99dedd

Browse files
committed
adds november update
1 parent 27b4a80 commit f99dedd

15 files changed

Lines changed: 184 additions & 190 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
- run: sudo apt-get install -y libcairo2-dev libfreetype6-dev libffi-dev libjpeg-dev libpng-dev libz-dev pngquant
2525
- run: pip install mkdocs-git-revision-date-localized-plugin cairosvg mkdocs-git-committers-plugin-2 mkdocs-git-authors-plugin mkdocs-material[imaging]
2626

27-
- name: Build Website
28-
if: startsWith(github.ref, 'refs/tags/') == false
29-
run: CI=true INSIDERS=false mkdocs gh-deploy --force
27+
# - name: Build Website
28+
# if: startsWith(github.ref, 'refs/tags/') == false
29+
# run: CI=true INSIDERS=false mkdocs gh-deploy --force
3030

3131
- name: Build Offline Version
3232
if: startsWith(github.ref, 'refs/tags/')

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Merging PR's will automatically update the documentation website.
66
## Install deps
77

88
```shell
9-
pip install mkdocs-material mkdocs-git-revision-date-localized-plugin
9+
pip3 install mkdocs-material mkdocs-git-revision-date-localized-plugin
1010
```
1111
## Run Documentation Server
1212
```shell

docs/updates/posts/2025/img.png

290 KB
Loading

docs/updates/posts/2025/img_1.png

179 KB
Loading

docs/updates/posts/2025/img_2.png

80.2 KB
Loading

docs/updates/posts/2025/img_3.png

68.7 KB
Loading

docs/updates/posts/2025/img_4.png

205 KB
Loading

docs/updates/posts/2025/img_5.png

30.5 KB
Loading

docs/updates/posts/2025/img_6.png

412 KB
Loading

docs/updates/posts/2025/img_7.png

67.1 KB
Loading

0 commit comments

Comments
 (0)