Skip to content

Commit 3ab9584

Browse files
committed
update script with dedicated branch
1 parent 0312e95 commit 3ab9584

File tree

4 files changed

+9
-12
lines changed

4 files changed

+9
-12
lines changed
Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
11
---
2-
title: European Conference for Quality in Official Statistics 2024
2+
title: European Conference for Quality in Official Statistics 2024
33
image: https:/assets-global.website-files.com/648c7faf76cc874ddfcc8040/6554e80926bb869643d77f7b_Q2024%20-%20Logo-p-800.png
44
date: "2024-05-24"
55
description: |
66
<b>Description :</b> Retraining strategies for an economic activity classification model
7-
author: Thomas Faria, Nathan Randriamanana, Tom Seimandi
8-
9-
7+
author: Thomas Faria, Nathan Randriamanana, Tom Seimandi
108
website: https://InseeFrLab.github.io/codif-ape-prez/slides/estoril-slides/index.html
11-
paper:
12-
13-
website: https://InseeFrLab.github.io/codif-ape-prez/slides/estoril-paper/index.pdf
149
order: 8
1510
---

project/2022_satellites/cards/seminaire_dirage_card.qmd

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ author: Raya Berova, Gaëtan Carrere, Thomas Faria, Clément Guillo et Tom Seima
88

99

1010
website: https://InseeFrLab.github.io/satellite-images-docs/src/seminaire-dirag/index.html
11-
video:
12-
13-
website: https://InseeFrLab.github.io/satellite-images-docs/src/seminaire-dirag-video/index.html
1411
order: 4
1512
lang: fr-FR
16-
---
13+
---

scripts/2_repo_fetch.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@
4343
"pattern_to_replace": ".*video:.*",
4444
"replacement": ""
4545
},
46+
{
47+
"pattern_to_replace": ".*paper:.*",
48+
"replacement": ""
49+
},
4650
{
4751
"pattern_to_replace": ".*url: /",
4852
"replacement": "website: https:///InseeFrLab.github.io/codif-ape-prez/"

scripts/2_synchronize.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,10 @@ main() {
122122
# Create a branch only if it hasn't been created yet
123123
if [ "$branch_created" = false ]; then
124124
git pull origin fusion_site_ssplab
125-
git branch auto_fetch
125+
git checkout -b auto_fetch
126126
git push -u origin auto_fetch
127127
branch_created=true
128+
git checkout auto_fetch
128129
fi
129130

130131
# Clone the repository and move the subfolder

0 commit comments

Comments
 (0)