fixed deploy #224

Merged
samuel-p merged 1 commit from develop into main 2024-03-29 17:27:19 +00:00

View file

@ -28,7 +28,7 @@ jobs:
needs: [build]
if: github.ref == 'refs/heads/develop'
steps:
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v3
- name: Install Dependencies
run: which lftp || ( apk --update add lftp )
- name: Deploy English Version
@ -51,7 +51,7 @@ jobs:
needs: [build]
if: github.ref == 'refs/heads/main'
steps:
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v3
- name: Install Dependencies
run: which lftp || ( apk --update add lftp )
- name: Deploy English Version