Skip to content
Snippets Groups Projects
Commit 1c8e0687 authored by David Lanzendörfer's avatar David Lanzendörfer
Browse files

Adding CI publishing

parent bbf04853
No related branches found
No related tags found
No related merge requests found
Pipeline #23 failed with stage
in 45 seconds
pages:
stage: deploy
script:
- mkdir .public
- cp -r css .public/
- cp -r img .public/
- cp -r js .public/
- cp *.html .public/
- mv .public public
artifacts:
paths:
- 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