Skip to content
Snippets Groups Projects
Commit 1b6fc6a7 authored by ferngon's avatar ferngon
Browse files

Update .gitlab-ci.yml file

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