From b297f9f9cdee05d07397c2153f4ed9571da55093 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9E=A5=EB=AA=85=ED=98=84?= <gabang002@gmail.com> Date: Wed, 2 Apr 2025 14:21:54 +0900 Subject: [PATCH] checkout delete --- .gitlab-ci.yml | 1 - ex1.md | 29 ----------------------------- 2 files changed, 30 deletions(-) delete mode 100644 ex1.md diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9e3a4a3..2094c54 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,7 +21,6 @@ convert_modified_md: done - git config --global user.email "gabang002@gmail.com" - git config --global user.name "장명현" - - git checkout "$CI_COMMIT_BRANCH" - git add *.pdf *.html - | if ! git diff --cached --quiet; then diff --git a/ex1.md b/ex1.md deleted file mode 100644 index fbec745..0000000 --- a/ex1.md +++ /dev/null @@ -1,29 +0,0 @@ -# ✨ My Awesome Project - -Welcome to **My Awesome Project** – a small but powerful app that helps you stay focused and get things done. - ---- - -## 🚀 Features - -- ✅ Minimal UI, maximum productivity -- 🕒 Pomodoro Timer built-in -- ☁️ Cloud sync support (via Firebase) -- 🎨 Custom themes (Light/Dark/Colorful) -- 📈 Analytics to track focus trends - ---- - -## 📸 Screenshot - - - ---- - -## 🔧 Technologies Used - -```bash -Frontend: React + TypeScript -Backend: Firebase Functions -Styling: Tailwind CSS -State: Redux Toolkit -- GitLab