bvn13-me/.gitlab-ci.yml

8 lines
104 B
YAML
Raw Normal View History

2021-11-21 13:03:47 +03:00
pages:
2021-11-21 13:14:14 +03:00
image: node:17-alpine
2021-11-21 13:03:47 +03:00
script:
- npx @11ty/eleventy
artifacts:
paths:
- _site