Skip to content

Commit

Permalink
fix: remove bad quality image
Browse files Browse the repository at this point in the history
  • Loading branch information
pReya committed Dec 10, 2024
1 parent ced9dd3 commit 6b5bead
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
pwd
ls -la
- name: Deploy via LFTP to SFTP target
run: lftp -e "set ftp:list-options -a; set net:timeout 5; set net:max-retries 3; set net:reconnect-interval-base 5; open sftp://$SFTP_HOST; user $SFTP_USER $SFTP_PASSWORD; mirror --reverse --only-newer --verbose --delete ./dist ./$SFTP_PATH/${GITHUB_HEAD_REF//\//-} --exclude pdfjs/ ; bye"
run: lftp -e "set ftp:list-options -a; set net:timeout 5; set net:max-retries 3; set net:reconnect-interval-base 5; open sftp://$SFTP_HOST; user $SFTP_USER $SFTP_PASSWORD; mirror --reverse --only-newer --ignore-time --verbose --delete ./dist ./$SFTP_PATH/${GITHUB_HEAD_REF//\//-} --exclude pdfjs/ ; bye"
- name: Comment on PR
uses: actions/github-script@v3
with:
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
3 changes: 1 addition & 2 deletions src/content/interventions/en/cultivating-culture.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ In Okhtyrka, Tolocar hosted a workshop on 3D scanning, modelling, and printing a
<InterventionImageCarousel
images={[
"images/interventions/cultivating-culture/Historical_Artifacts_1.jpg",
"images/interventions/cultivating-culture/Historical_Artifacts_2.jpg",
"images/interventions/cultivating-culture/Historical_Artifacts_3.jpg"
"images/interventions/cultivating-culture/Historical_Artifacts_2.jpg"
]}
client:only="react"
/>
7 changes: 3 additions & 4 deletions src/content/interventions/ua/cultivating-culture.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ import { InterventionImageCarousel } from "@components";
>
> – Зоя, власниця відновленого будинку
> "Дерев'яне мереживо Чернігова": " “Tolocar допоміг нам вирізати замінні частини мережки за нашими ескізами. Вони також ініціювали додатковий проєкт, створивши сувенірні варіанти мережива для продажу в якості брелоків, щоб зібрати кошти."
> "Tolocar допоміг нам вирізати замінні частини мережки за нашими ескізами. Вони також ініціювали додатковий проєкт, створивши сувенірні варіанти мережива для продажу в якості брелоків, щоб зібрати кошти."
>
> – Станіслав Івашенко, засновник ініціативи
> – Станіслав Івашенко, засновник ініціативи "Дерев'яне мереживо Чернігова"
<InterventionImageCarousel
images={[
Expand Down Expand Up @@ -61,8 +61,7 @@ import { InterventionImageCarousel } from "@components";
<InterventionImageCarousel
images={[
"images/interventions/cultivating-culture/Historical_Artifacts_1.jpg",
"images/interventions/cultivating-culture/Historical_Artifacts_2.jpg",
"images/interventions/cultivating-culture/Historical_Artifacts_3.jpg"
"images/interventions/cultivating-culture/Historical_Artifacts_2.jpg"
]}
client:only="react"
/>

0 comments on commit 6b5bead

Please sign in to comment.