.gitlab-ci.yml file to be placed in the root of your repository pages: # the job must be named pages image: node:latest stage: deploy script: - npm ci - npm ...
確定! 回上一頁