Skip to content
Snippets Groups Projects
Commit 3387d6c5 authored by Sebastian Martin Andresen's avatar Sebastian Martin Andresen
Browse files

added -yml

parent 000c8225
No related branches found
No related tags found
No related merge requests found
Pipeline #23415 failed
image: node8
before_script:
- npm install
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