diff options
| author | Karan Jayachandra <karan.jayachandra@nxp.com> | 2025-11-13 11:58:42 +0100 |
|---|---|---|
| committer | Karan Jayachandra <karan.jayachandra@nxp.com> | 2025-11-13 11:58:42 +0100 |
| commit | 05d2f2f943921d6b5c921686c5edce6eb39d23b8 (patch) | |
| tree | aa49a02006d88f44a57864a51e680f87ef341a7c /.gitlab-ci.yml | |
| parent | 367dacb5057c945027775f992edf69884c8fb650 (diff) | |
Cleaned up the code quite a bit
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 96fb3e5..3926782 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,4 +6,4 @@ create-pages: before_script: - mkdir public script: - - cp index.html index.css icon.svg *.js *.mjs public/ + - cp index.html index.css icon.png *.js *.mjs public/ |
