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