blob: 4b220ca9fbb260d3cf0741283b2b6b2d653e8446 (
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 favicon.ico icon.png *.js *.mjs public/
|