bvn13-me/.gitlab-ci.yml

9 lines
119 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
2021-11-21 23:29:37 +03:00
- ls -Rla
2021-11-21 13:03:47 +03:00
artifacts:
paths:
2021-11-21 23:37:35 +03:00
- public