Compare commits

..

No commits in common. "b688ab495fded7ab907cd5a356398839c3570fd3" and "9e11e4bdabe8fc7e42da1d66622f88b828289316" have entirely different histories.

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@v3 - uses: actions/download-artifact@v4
- 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@v3 - uses: actions/download-artifact@v4
- 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