gitlab pages
This commit is contained in:
parent
09a8215c28
commit
574b36bb2c
7
.gitlab-ci.yml
Normal file
7
.gitlab-ci.yml
Normal file
@ -0,0 +1,7 @@
|
||||
pages:
|
||||
image: node:latest-alpine
|
||||
script:
|
||||
- npx @11ty/eleventy
|
||||
artifacts:
|
||||
paths:
|
||||
- _site
|
Loading…
Reference in New Issue
Block a user