GitRoot

craft your forge, build your project, grow your community freely
 1image: alpine:3.19
 2
 3pages:
 4  script:
 5    - mkdir public
 6    - cp index_old.html public/index.html
 7    - cp logo.png public/
 8    - cp logo.svg public/
 9  artifacts:
10    paths:
11      - public