Skip to content

update: changelog v3.0 #96

update: changelog v3.0

update: changelog v3.0 #96

Workflow file for this run

pages:
stage: deploy
script:
- mkdir .public
- cp -r * .public
- mv .public public
artifacts:
paths:
- public
only:
- master