Skip to content
Snippets Groups Projects
Commit 3a1b9501 authored by John Jarvis's avatar John Jarvis
Browse files

Add script for pages

parent c7037eaf
No related branches found
No related tags found
No related merge requests found
---
image: alpine:latest
 
pages:
stage: deploy
script:
- echo 'Nothing to do...'
- mkdir .public
- cp -r * .public
- mv .public public
artifacts:
paths:
- public
- public
only:
- master
- master
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