Merge pull request 'fixed deploy' (#224) from develop into main
All checks were successful
Build and Deploy Website / Build Website (push) Successful in 45s
Build and Deploy Website / Deploy Dev Website (push) Has been skipped
Build and Deploy Website / Deploy Website (push) Successful in 54s

Reviewed-on: #224
This commit is contained in:
Samuel Philipp 2024-03-29 17:27:18 +00:00
commit b688ab495f

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