Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit c58fc628 authored by Marc's avatar Marc
Browse files

build with eleventy

parent f2f79ac1
No related branches found
No related tags found
No related merge requests found
Pipeline #13711 failed
.gitlab-ci.yml
.eleventyignore
.gitignore
package.json
\ No newline at end of file
...@@ -2,10 +2,8 @@ pages: ...@@ -2,10 +2,8 @@ pages:
stage: deploy stage: deploy
environment: production environment: production
script: script:
- mkdir .public
- cp -r ./* .public
- rm -rf public - rm -rf public
- mv .public public - npm ci build
artifacts: artifacts:
paths: paths:
- public - public
......
{
"scripts": {
"build": "npx @11ty/eleventy --output=public"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment