gitlab pages

master
bvn13 2021-11-21 13:03:47 +03:00
parent 09a8215c28
commit 574b36bb2c
1 changed files with 7 additions and 0 deletions

7
.gitlab-ci.yml 100644
View File

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