Skip to content
Snippets Groups Projects
Verified Commit c197494d authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

replace index with cards

parent 5ef53db4
No related branches found
No related tags found
2 merge requests!219rebuild index,!215[release] Regular merge of develop
Pipeline #35543 passed
......@@ -22,7 +22,7 @@ prepare:index:
script:
- python .ci/generateIndex.py
- mkdir .tmp
- cp index.md .tmp/.
- cp cards.md .tmp/.
artifacts:
expire_in: 1 day
paths:
......@@ -47,7 +47,7 @@ save:commitIndex:
- git config user.email $GIT_ACCESS_EMAIL
script:
# copy the index and remove the temporary directory
- cp .tmp/index.md .
- cp .tmp/cards.md .
- rm -rf .tmp
# commit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment