pages: stage: deploy script:
- tree .public/ -T "Public drivers for Hubitat" -P *.groovy --charset UTF-8 --noreport --dirsfirst -H . > ./public/index.html
artifacts: paths: - public only: - master