Skip to content
Snippets Groups Projects
Commit 9945e3bf authored by Renato Alves's avatar Renato Alves :seedling:
Browse files

Serve via GitLab Pages

parent 38121949
Branches master
No related tags found
No related merge requests found
Pipeline #25862 passed with stage
in 9 seconds
pages:
stage: deploy
script:
- mkdir .public
- cp -r * .public
- mv .public public
- rm public/Makefile
artifacts:
paths:
- public
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
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