Skip to content
Snippets Groups Projects
Commit 6f673db1 authored by Kroum Tzanev's avatar Kroum Tzanev
Browse files

met à jour le ci/cd

parent a93821a5
No related branches found
No related tags found
No related merge requests found
Pipeline #38531 passed
variables:
DOCKER_DRIVER: overlay2 # for speed up
pages: pages:
image: alpine/curl:3.14 image: alpine
script: script:
# make public (artifacts) folder
- mkdir public
# get gm # get gm
- curl -sL https://github.com/kpym/gm/releases/download/v0.12.0/gm_0.12.0_Linux_64bit.tar.gz | tar -zxvf - gm - wget -c https://github.com/kpym/gm/releases/download/v0.17.3/gm_0.17.3_Linux_64bit.tar.gz -O - | tar -C /usr/local/bin -xz gm
# generate index.html from README.md # generate index.html from README.md and move all other sources to public
- ./gm -qc jasonm23-foghorn -t 'Kroum Tzanev' stdin <README.md >public/index.html - gm --pages -c jasonm23-foghorn --title 'Kroum Tzanev' '**/*'
# move all sources to public (artifacts)
- mv images public/images
artifacts: artifacts:
paths: paths:
- public - public
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment