Skip to content

Commit 24f0596

Browse files
author
Peter Wagstaff
committed
Merge branch 'main' of gitlab.com:sl5tf/control-overlays-selector
2 parents 6470a0f + 390f40a commit 24f0596

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

.gitlab-ci.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# The Docker image that will be used to build your app
2+
image: node:lts
3+
create-pages:
4+
pages:
5+
# The folder that contains the files to be exposed at the Page URL
6+
publish: .
7+
rules:
8+
# This ensures that only pushes to the default branch will trigger
9+
# a pages deploy
10+
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
11+
script:
12+
- ''
13+
File renamed without changes.

0 commit comments

Comments
 (0)