Skip to content
Snippets Groups Projects
Commit c8ad6381 authored by Sam Calisch's avatar Sam Calisch
Browse files

Update .gitlab-ci.yml

parent a0a499b6
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -3,7 +3,8 @@
pages:
stage: deploy
script:
- cp README.md index.html
- pip install grip
- grip README.md --export index.html
- mkdir .public
- cp -r * .public
- mv .public public
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment