Compare commits
4 Commits
fd13038b2f
...
main
Author | SHA1 | Date | |
---|---|---|---|
625fd8b432
|
|||
|
f8b61c8238 | ||
ab18192529
|
|||
0eaddce399
|
@@ -31,7 +31,15 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: https://github.com/actions/checkout@v4
|
||||
with:
|
||||
lfs: true
|
||||
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
|
||||
|
1
.idea/vcs.xml
generated
1
.idea/vcs.xml
generated
@@ -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>
|
||||
|
BIN
admin/generation-documents-templates/template parcours.odt
(Stored with Git LFS)
BIN
admin/generation-documents-templates/template parcours.odt
(Stored with Git LFS)
Binary file not shown.
@@ -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
|
||||
|
Reference in New Issue
Block a user