aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorKaran Jayachandra <karan.jayachandra@nxp.com>2025-11-13 16:57:32 +0100
committerKaran Jayachandra <karan.jayachandra@nxp.com>2025-11-13 16:57:32 +0100
commit33c3c6d7dc89187c08ec0775bbad8aaccb85d086 (patch)
treeab3183c231402b46a91605fb0ee7d3c03d255f8c /.gitlab-ci.yml
parent05d2f2f943921d6b5c921686c5edce6eb39d23b8 (diff)
Only guests need to be implemented to merge to main
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3926782..4b220ca 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.png *.js *.mjs public/
+ - cp index.html index.css favicon.ico icon.png *.js *.mjs public/