[READ-ONLY] Mirror of https://github.com/jackmawer/clock. A clock, simple as that. Used in my smart clock project. clock.mawersoft.co.uk
mawersoft
0

Configure Feed

Select the types of activity you want to include in your feed.

Build GitLab pages site

Jack (Apr 4, 2021, 12:51 PM UTC) 8a7c49e8 4d915272

+11
+11
.gitlab-ci.yml
··· 1 + pages: 2 + stage: deploy 3 + script: 4 + - mkdir .public 5 + - cp -r * .public 6 + - mv .public public 7 + artifacts: 8 + paths: 9 + - public 10 + rules: 11 + - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH