Compare commits
1 commit
master
...
host-from-
Author | SHA1 | Date | |
---|---|---|---|
|
0befecfb8f |
1 changed files with 4 additions and 2 deletions
|
@ -3,9 +3,11 @@ image: alpine:latest
|
|||
pages:
|
||||
stage: deploy
|
||||
script:
|
||||
- echo 'Nothing to do...'
|
||||
- mkdir .public
|
||||
- cp -r * .public
|
||||
- mv .public public
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
only:
|
||||
- master
|
||||
- master
|
Loading…
Reference in a new issue