Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

docs: update

docs: update #23

Workflow file for this run

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