Skip to content
Snippets Groups Projects
Commit e1666f28 authored by William E Warriner's avatar William E Warriner
Browse files

Add .gitlab-ci.yml file for Pages.

parent eabbea35
Branches master
Tags v1.4.1
No related merge requests found
image: alpine:latest
pages:
stage: deploy
script:
- echo 'Nothing to do...'
artifacts:
paths:
- public
only:
- main
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