diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 180ee7b..e53b79a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,7 +47,7 @@ jobs: NUXT_PUBLIC_ASSET_KEY: ${{ secrets.NUXT_PUBLIC_ASSET_KEY }} - name: Push assets - run: bun run ftp:assets:push + run: bun run ftp:assets:push --force env: REMOTE_CONNECTION: ${{ secrets.REMOTE_CONNECTION }} diff --git a/app/components/projects/GitHubGridCard.vue b/app/components/projects/GitHubGridCard.vue index 2d1f2da..fcf3249 100644 --- a/app/components/projects/GitHubGridCard.vue +++ b/app/components/projects/GitHubGridCard.vue @@ -25,7 +25,7 @@ const props = defineProps() {{ item.avatar?.alt }} @@ -181,7 +182,8 @@ onMounted(async () => { class="flex items-center" > {{ item.avatar?.alt }}