diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5695337..bc9aa9d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,7 +19,6 @@ jobs: port: ${{ secrets.SERVER_PORT }} script: | cd ${{ secrets.SERVER_PATH }} - git fetch --all git pull npm i composer i diff --git a/resources/views/index.blade.php b/resources/views/index.blade.php index 3f29117..d515cd4 100644 --- a/resources/views/index.blade.php +++ b/resources/views/index.blade.php @@ -109,7 +109,7 @@ class="bar bg-green-500 mt-1.5 h-8 flex justify-between items-center rounded-ful

نمونه کارها

+ class="bg-white dark:bg-[#3F3F46] shadow-lg w-full p-9 mt-10 rounded-[20px] grid sm:grid-cols-3 lg:grid-cols-4 grid-cols-1 gap-6"> @foreach($work_samples as $work_sample)