From b2e0234d13daaba823e8f18269b13332d937b3fc Mon Sep 17 00:00:00 2001 From: sHa Date: Wed, 19 Mar 2025 16:51:46 +0200 Subject: [PATCH] Remove GitLab CI/CD configuration and update README with correct GitHub Pages URL --- .gitlab-ci.yml | 20 -------------------- README.md | 9 ++------- 2 files changed, 2 insertions(+), 27 deletions(-) delete mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index b03e722..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,20 +0,0 @@ -# GitLab CI/CD configuration for GitLab Pages -pages: - stage: deploy - script: - # Create the public directory (GitLab Pages serves from this directory) - - mkdir -p public - - # Copy all necessary files to the public directory - - cp index.html public/ - - cp script.js public/ - - cp styles.css public/ - - cp *.svg public/ - - # Print deployment info - - echo "Deploying theme switcher to GitLab Pages..." - artifacts: - paths: - - public - only: - - main # This job will only run on the main branch diff --git a/README.md b/README.md index 15421b6..a2c7332 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,8 @@ A lightweight, elegant theme switcher for web applications that allows users to ## Live Demo -You can see a live demo of this project on GitLab Pages: -https://shadoll.gitlab.io/theme_switch/ +You can see a live demo of this project on GitHub Pages: +https://shadoll.github.io/theme-switcher/ ## How It Works @@ -74,7 +74,6 @@ To prevent flash of unstyled content when loading in dark mode, the project incl The theme switcher uses CSS custom properties (variables) to define theme colors. - ## Browser Support This theme switcher works in all modern browsers that support: @@ -86,10 +85,6 @@ This theme switcher works in all modern browsers that support: This project is available for use under the MIT License. -## Author - -Created by sHa. - ## Getting Started 1. Clone the repository