Compare commits

..

6 Commits

Author SHA1 Message Date
625fd8b432 Fix typo
Some checks failed
Build and Push MkDocs Docker Image / build-and-push (push) Successful in 3m25s
continuous-integration/drone/push Build is failing
2025-07-07 10:11:25 +02:00
nobohan
f8b61c8238 Correction typo + détail adresse pour template parcours
Some checks failed
continuous-integration/drone/push Build is failing
Build and Push MkDocs Docker Image / build-and-push (push) Successful in 2m24s
2025-07-01 15:03:49 +02:00
ab18192529 Enhance Git LFS handling in MKDocs Docker workflow
Some checks failed
continuous-integration/drone/push Build is failing
Build and Push MkDocs Docker Image / build-and-push (push) Successful in 2m27s
2025-07-01 10:22:26 +02:00
0eaddce399 Clean up redundant VCS mapping in IDEA configuration 2025-07-01 10:22:21 +02:00
fd13038b2f Enable Git LFS support in checkout step of MKDocs Docker workflow
Some checks failed
continuous-integration/drone/push Build is failing
Build and Push MkDocs Docker Image / build-and-push (push) Failing after 2m33s
2025-07-01 10:16:31 +02:00
500cc24618 idea config 2025-07-01 10:16:24 +02:00
6 changed files with 15 additions and 12 deletions

View File

@@ -30,6 +30,16 @@ jobs:
steps:
- name: Checkout code
uses: https://github.com/actions/checkout@v4
with:
persist-credentials: 'true' # Optional; should be the default
- name: Checkout lfs
run: |
git lfs install --local
AUTH=$(git config --local http.${{ github.server_url }}/.extraheader)
git config --local --unset http.${{ github.server_url }}/.extraheader
git config --local http.${{ github.server_url }}/${{ github.repository }}.git/info/lfs/objects/batch.extraheader "$AUTH"
git lfs pull
- name: Set up Docker Buildx
uses: https://github.com/docker/setup-buildx-action@v3

9
.idea/manuals.iml generated
View File

@@ -1,12 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="PYTHON_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/.venv" />
</content>
<orderEntry type="jdk" jdkName="Python 3.10 (manuals)" jdkType="Python SDK" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
<module version="4">
<component name="TemplatesService">
<option name="TEMPLATE_FOLDERS">
<list>

1
.idea/misc.xml generated
View File

@@ -3,4 +3,5 @@
<component name="Black">
<option name="sdkName" value="Python 3.10 (manuals)" />
</component>
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.10 (manuals)" project-jdk-type="Python SDK" />
</project>

1
.idea/vcs.xml generated
View File

@@ -2,7 +2,6 @@
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
<mapping directory="$PROJECT_DIR$" vcs="Git" />
<mapping directory="$PROJECT_DIR$/pandoc/cl" vcs="Git" />
<mapping directory="$PROJECT_DIR$/pandoc/template" vcs="Git" />
</component>

Binary file not shown.

View File

@@ -1,5 +1,5 @@
---
site_name: "Manuel admnistrateur Chill"
site_name: "Manuel administrateur Chill"
site_url: https://manuel.chill.social/admin
repo_url: https://gitea.champs-libres.be/Chill-project/manuals
repo_name: Chill-project/manuals