Skip to content

Commit 8c0fd74

Browse files
authored
Merge pull request #1 from FloRobart/new_refactoring
refactoring complet de la documentation
2 parents 417cf5e + 277a46c commit 8c0fd74

File tree

95 files changed

+240
-276
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+240
-276
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 MkDocs
2+
3+
on:
4+
push:
5+
branches: [ "main" ]
6+
7+
jobs:
8+
deploy:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@v4
12+
13+
- name: Setup Python
14+
uses: actions/setup-python@v5
15+
with:
16+
python-version: '3.x'
17+
18+
- name: Install dependencies
19+
run: pip install mkdocs-material
20+
21+
- name: Deploy
22+
run: mkdocs gh-deploy --force

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.env
2+
.env.*
3+
site/*

Other/ai_in_medical.md

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

Other/bourboule.md

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

Other/bourboule.pdf

-42.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)