Skip to content
Snippets Groups Projects
Commit e456ee53 authored by Michael Gajda's avatar Michael Gajda :rat:
Browse files

Add initial pipeline for GitLab pages

parent c0292d79
Branches
No related tags found
No related merge requests found
Pipeline #13620 passed
image: alpine:latest
pages:
stage: deploy
script:
- echo 'Nothing to do...'
artifacts:
paths: [ "public" ]
only: [ main ]
<html>
<body>
This website is under construction!
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment