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

Serve via GitLab Pages

parent e33ae1cf
No related branches found
No related tags found
No related merge requests found
Pipeline #25860 passed with stage
in 8 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