Skip to content
Snippets Groups Projects
Commit 9cdb8282 authored by Hugo chauvet's avatar Hugo chauvet
Browse files

fix bug in building page

parent a116e088
No related branches found
No related tags found
No related merge requests found
Pipeline #1845 passed
......@@ -3,9 +3,10 @@ image: alpine:latest
pages:
stage: deploy
script:
- echo 'Nothing to do...'
- echo 'Move _build/html to public...'
- mv _build/html public
artifacts:
paths:
- _build/html
- public
only:
- master
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment