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

feat: init

feat: init #1

Workflow file for this run

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