# This file is a template, and might need editing before it works on your project. # Full project: https://gitlab.com/pages/plain-html pages: stage: deploy script: - tree -T "raspberrypi.monitor drivers for Hubitat" -P *.groovy --noreport --dirsfirst -H .Driver/ > Driver/index.html - mkdir .public - cp Driver/*.groovy Driver/index.html .public - mv .public public artifacts: paths: - public only: - master