Skip to content
Snippets Groups Projects
Commit ce6a740c authored by Jean-Matthieu Monnet's avatar Jean-Matthieu Monnet :speech_balloon:
Browse files

Update .gitlab-ci.yml file

parent 9a8ec107
No related branches found
No related tags found
No related merge requests found
Pipeline #153845 passed
pages:
stage: deploy
script:
- rm -r public
- cp -r docs public
- echo 'Hello world'
artifacts:
paths:
- public
only:
- main
\ No newline at end of file
- docs
publish: docs
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