gitlab pages

This commit is contained in:
bvn13 2021-11-21 13:03:47 +03:00
parent 09a8215c28
commit 574b36bb2c

7
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,7 @@
pages:
image: node:latest-alpine
script:
- npx @11ty/eleventy
artifacts:
paths:
- _site