blob: 39267826da38ccf43a1e20191601b6f583601e4b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
# The Docker image that will be used to build your app
image: node:lts
create-pages:
pages:
publish: public
before_script:
- mkdir public
script:
- cp index.html index.css icon.png *.js *.mjs public/
|