Skip to content
Snippets Groups Projects
Commit 731e7675 authored by Suru Dissanaike's avatar Suru Dissanaike
Browse files

.gitlab-ci file for publishing web page

parent fd7a6de1
No related branches found
No related tags found
No related merge requests found
image: alpine:latest
pages:
stage: deploy
script:
- mkdir .public
- cp -r * .public
- mv .public public
artifacts:
paths:
- public
only:
- master
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment