blob: 96fb3e5c74170abf705524afa055b752b7a1b897 (
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.svg *.js *.mjs public/
|