Skip to content
Snippets Groups Projects
Commit 630104f0 authored by ferngon's avatar ferngon
Browse files

Update file .gitlab-ci.yml

parent 64d4d34c
Branches
No related tags found
No related merge requests found
Pipeline #12802 failed
image: node:latest
pages:
script:
- mkdir .public
- cp -r * .public
- mv .public main
- mv main/index.html .
artifacts:
paths:
- public
only:
- main
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment