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
No related merge requests found
...@@ -22,7 +22,7 @@ prepare:index: ...@@ -22,7 +22,7 @@ prepare:index:
script: script:
- python .ci/generateIndex.py - python .ci/generateIndex.py
- mkdir .tmp - mkdir .tmp
- cp index.md .tmp/. - cp cards.md .tmp/.
artifacts: artifacts:
expire_in: 1 day expire_in: 1 day
paths: paths:
...@@ -47,7 +47,7 @@ save:commitIndex: ...@@ -47,7 +47,7 @@ save:commitIndex:
- git config user.email $GIT_ACCESS_EMAIL - git config user.email $GIT_ACCESS_EMAIL
script: script:
# copy the index and remove the temporary directory # copy the index and remove the temporary directory
- cp .tmp/index.md . - cp .tmp/cards.md .
- rm -rf .tmp - rm -rf .tmp
# commit # 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