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

Update .gitlab-ci.yml

parent f57268b8
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -2,10 +2,8 @@
# Full project: https://gitlab.com/pages/plain-html
pages:
stage: deploy
image: python:latest
script:
- pip install grip
- grip README.md --export index.html
- cp README.md 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