bjwz-china/.gitlab-ci.yml

18 lines
211 B
YAML

image: node:18-alpine
pages:
only:
- main
cache:
key:
files:
- yarn.lock
paths:
- .pnpm-store
script:
- echo BJWZ-China
artifacts:
paths:
- public