From 78a4693ef1fb5bc596455dfc998e17236cc7dbf9 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:26:24 +0900
Subject: [PATCH] revise pipeline push

---
 .gitlab-ci.yml |  2 +-
 ex1.md         | 29 -----------------------------
 2 files changed, 1 insertion(+), 30 deletions(-)
 delete mode 100644 ex1.md

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2094c54..aebaef9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -25,7 +25,7 @@ convert_modified_md:
     - |
       if ! git diff --cached --quiet; then
         git commit -m "auto-generate HTML/PDF [skip-ci-pdf]"
-        git push "https://$CI_PUSH_USER:$CI_PUSH_TOKEN@gitlab.com/$CI_PROJECT_PATH.git"
+        git push "https://$CI_PUSH_USER:$CI_PUSH_TOKEN@gitlab.com/$CI_PROJECT_PATH.git" HEAD:$CI_COMMIT_BRANCH
       else
         echo "변경사항 없음, 커밋 생략"
       fi
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
-
-![App Screenshot](https://via.placeholder.com/600x300.png?text=Your+App+Screenshot)
-
----
-
-## 🔧 Technologies Used
-
-```bash
-Frontend:   React + TypeScript
-Backend:    Firebase Functions
-Styling:    Tailwind CSS
-State:      Redux Toolkit
-- 
GitLab