Skip to content
Snippets Groups Projects
Commit ceb11284 authored by waffle's avatar waffle
Browse files

Add .gitlab-ci.yml

parent b8483f00
No related branches found
No related tags found
No related merge requests found
pages:
stage: deploy
script:
- mkdir .public
- cp -r * .public
- mv .public public
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