Compare commits

..

2 Commits

Author SHA1 Message Date
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
3 changed files with 4 additions and 8 deletions

View File

@ -30,6 +30,8 @@ jobs:
steps:
- name: Checkout code
uses: https://github.com/actions/checkout@v4
with:
lfs: true
- 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>