diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d86dba2bb74b4d29167653a1ec2b56369639597a..eb04588f96f9ad7b0c5121bf38c59f3dbb3eb1a6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,8 +6,8 @@ convert_modified_md: image: python:3.11 script: - pip install markdown playwright + - playwright install-deps - playwright install chromium - # π 1. μμ λ .md νμΌ μ°ΎκΈ° (μ»€λ° κΈ°μ€) - | for file in $(git diff --name-only $CI_COMMIT_BEFORE_SHA $CI_COMMIT_SHA | grep '\.md$'); do echo "λ³ν μ€: $file" diff --git a/ex1.md b/ex1.md deleted file mode 100644 index fbec7450583b13312d284c6eb15c2733ef589c0a..0000000000000000000000000000000000000000 --- 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