UNPKG
bbpro
Version:
latest (6.1.5)
6.1.5
6.1.4
BrowserBox - remote browser isolation tool
github.com/BrowserBox/BrowserBox
i5ik/vf
bbpro
/
dist
/
node_modules
/
maskingtape.css
/
.gitlab-ci.yml
14 lines
(13 loc)
•
284 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# This file is a template, and might need editing before it works on your project.
# Full project: https://gitlab.com/pages/plain-html
pages:
stage:
deploy
script:
-
mkdir
.public
-
cp
-r
*
.public
-
mv
.public
public
artifacts:
paths:
-
public
only:
-
master