diff --git a/.github/workflows/invite-link-nc-v27-nc-v27.yml b/.github/workflows/invite-link-nc-v27-nc-v27.yml index 2a43541..528bbf4 100644 --- a/.github/workflows/invite-link-nc-v27-nc-v27.yml +++ b/.github/workflows/invite-link-nc-v27-nc-v27.yml @@ -56,3 +56,10 @@ jobs: with: name: invite-link from ${{ matrix.sender.platform }} ${{ matrix.sender.version }} to ${{ matrix.receiver.platform }} ${{ matrix.receiver.version }} path: ./cypress/ocm-test-suite/cypress/videos + + - name: Upload to GitHub Pages + if: github.ref == 'refs/heads/main' + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./cypress/ocm-test-suite/cypress/videos diff --git a/.github/workflows/invite-link-nc-v27-oc-v10.yml b/.github/workflows/invite-link-nc-v27-oc-v10.yml index 89bcfa3..8d35aa1 100644 --- a/.github/workflows/invite-link-nc-v27-oc-v10.yml +++ b/.github/workflows/invite-link-nc-v27-oc-v10.yml @@ -56,3 +56,10 @@ jobs: with: name: invite-link from ${{ matrix.sender.platform }} ${{ matrix.sender.version }} to ${{ matrix.receiver.platform }} ${{ matrix.receiver.version }} path: ./cypress/ocm-test-suite/cypress/videos + + - name: Upload to GitHub Pages + if: github.ref == 'refs/heads/main' + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./cypress/ocm-test-suite/cypress/videos diff --git a/.github/workflows/invite-link-nc-v27-ocis-v5.yml b/.github/workflows/invite-link-nc-v27-ocis-v5.yml index dc9b49b..414cdfa 100644 --- a/.github/workflows/invite-link-nc-v27-ocis-v5.yml +++ b/.github/workflows/invite-link-nc-v27-ocis-v5.yml @@ -56,3 +56,10 @@ jobs: with: name: invite-link from ${{ matrix.sender.platform }} ${{ matrix.sender.version }} to ${{ matrix.receiver.platform }} ${{ matrix.receiver.version }} path: ./cypress/ocm-test-suite/cypress/videos + + - name: Upload to GitHub Pages + if: github.ref == 'refs/heads/main' + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./cypress/ocm-test-suite/cypress/videos diff --git a/.github/workflows/invite-link-oc-v10-nc-v27.yml b/.github/workflows/invite-link-oc-v10-nc-v27.yml index 9814381..18868dd 100644 --- a/.github/workflows/invite-link-oc-v10-nc-v27.yml +++ b/.github/workflows/invite-link-oc-v10-nc-v27.yml @@ -64,3 +64,10 @@ jobs: with: name: invite-link from ${{ matrix.sender.platform }} ${{ matrix.sender.version }} to ${{ matrix.receiver.platform }} ${{ matrix.receiver.version }} path: ./cypress/ocm-test-suite/cypress/videos + + - name: Upload to GitHub Pages + if: github.ref == 'refs/heads/main' + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./cypress/ocm-test-suite/cypress/videos diff --git a/.github/workflows/invite-link-oc-v10-oc-v10.yml b/.github/workflows/invite-link-oc-v10-oc-v10.yml index 1dd5308..de6e9b4 100644 --- a/.github/workflows/invite-link-oc-v10-oc-v10.yml +++ b/.github/workflows/invite-link-oc-v10-oc-v10.yml @@ -56,3 +56,10 @@ jobs: with: name: invite-link from ${{ matrix.sender.platform }} ${{ matrix.sender.version }} to ${{ matrix.receiver.platform }} ${{ matrix.receiver.version }} path: ./cypress/ocm-test-suite/cypress/videos + + - name: Upload to GitHub Pages + if: github.ref == 'refs/heads/main' + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./cypress/ocm-test-suite/cypress/videos diff --git a/.github/workflows/invite-link-oc-v10-ocis-v5.yml b/.github/workflows/invite-link-oc-v10-ocis-v5.yml index 5ef2e54..b430956 100644 --- a/.github/workflows/invite-link-oc-v10-ocis-v5.yml +++ b/.github/workflows/invite-link-oc-v10-ocis-v5.yml @@ -56,3 +56,10 @@ jobs: with: name: invite-link from ${{ matrix.sender.platform }} ${{ matrix.sender.version }} to ${{ matrix.receiver.platform }} ${{ matrix.receiver.version }} path: ./cypress/ocm-test-suite/cypress/videos + + - name: Upload to GitHub Pages + if: github.ref == 'refs/heads/main' + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./cypress/ocm-test-suite/cypress/videos diff --git a/.github/workflows/invite-link-ocis-v5-nc-v27.yml b/.github/workflows/invite-link-ocis-v5-nc-v27.yml index abd947f..35dc885 100644 --- a/.github/workflows/invite-link-ocis-v5-nc-v27.yml +++ b/.github/workflows/invite-link-ocis-v5-nc-v27.yml @@ -56,3 +56,10 @@ jobs: with: name: invite-link from ${{ matrix.sender.platform }} ${{ matrix.sender.version }} to ${{ matrix.receiver.platform }} ${{ matrix.receiver.version }} path: ./cypress/ocm-test-suite/cypress/videos + + - name: Upload to GitHub Pages + if: github.ref == 'refs/heads/main' + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./cypress/ocm-test-suite/cypress/videos diff --git a/.github/workflows/invite-link-ocis-v5-oc-v10.yml b/.github/workflows/invite-link-ocis-v5-oc-v10.yml index d40387a..b70541b 100644 --- a/.github/workflows/invite-link-ocis-v5-oc-v10.yml +++ b/.github/workflows/invite-link-ocis-v5-oc-v10.yml @@ -56,3 +56,10 @@ jobs: with: name: invite-link from ${{ matrix.sender.platform }} ${{ matrix.sender.version }} to ${{ matrix.receiver.platform }} ${{ matrix.receiver.version }} path: ./cypress/ocm-test-suite/cypress/videos + + - name: Upload to GitHub Pages + if: github.ref == 'refs/heads/main' + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./cypress/ocm-test-suite/cypress/videos diff --git a/.github/workflows/invite-link-ocis-v5-ocis-v5.yml b/.github/workflows/invite-link-ocis-v5-ocis-v5.yml index d686d02..9082a90 100644 --- a/.github/workflows/invite-link-ocis-v5-ocis-v5.yml +++ b/.github/workflows/invite-link-ocis-v5-ocis-v5.yml @@ -56,3 +56,10 @@ jobs: with: name: invite-link from ${{ matrix.sender.platform }} ${{ matrix.sender.version }} to ${{ matrix.receiver.platform }} ${{ matrix.receiver.version }} path: ./cypress/ocm-test-suite/cypress/videos + + - name: Upload to GitHub Pages + if: github.ref == 'refs/heads/main' + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./cypress/ocm-test-suite/cypress/videos diff --git a/.github/workflows/login-nextcloud-v27.yml b/.github/workflows/login-nextcloud-v27.yml index fd47dc5..568cc15 100644 --- a/.github/workflows/login-nextcloud-v27.yml +++ b/.github/workflows/login-nextcloud-v27.yml @@ -48,3 +48,10 @@ jobs: with: name: login ${{ matrix.efss.platform }} ${{ matrix.efss.version }} path: ./cypress/ocm-test-suite/cypress/videos + + - name: Upload to GitHub Pages + if: github.ref == 'refs/heads/main' + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./cypress/ocm-test-suite/cypress/videos diff --git a/.github/workflows/login-nextcloud-v28.yml b/.github/workflows/login-nextcloud-v28.yml index a7a6443..dd4ac9b 100644 --- a/.github/workflows/login-nextcloud-v28.yml +++ b/.github/workflows/login-nextcloud-v28.yml @@ -48,3 +48,10 @@ jobs: with: name: login ${{ matrix.efss.platform }} ${{ matrix.efss.version }} path: ./cypress/ocm-test-suite/cypress/videos + + - name: Upload to GitHub Pages + if: github.ref == 'refs/heads/main' + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./cypress/ocm-test-suite/cypress/videos diff --git a/.github/workflows/login-ocis-v5.yml b/.github/workflows/login-ocis-v5.yml index 1516cd0..cd36ab9 100644 --- a/.github/workflows/login-ocis-v5.yml +++ b/.github/workflows/login-ocis-v5.yml @@ -48,3 +48,10 @@ jobs: with: name: login ${{ matrix.efss.platform }} ${{ matrix.efss.version }} path: ./cypress/ocm-test-suite/cypress/videos + + - name: Upload to GitHub Pages + if: github.ref == 'refs/heads/main' + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./cypress/ocm-test-suite/cypress/videos diff --git a/.github/workflows/login-ocmstub-v1.yml b/.github/workflows/login-ocmstub-v1.yml index 1464624..ee69297 100644 --- a/.github/workflows/login-ocmstub-v1.yml +++ b/.github/workflows/login-ocmstub-v1.yml @@ -48,3 +48,10 @@ jobs: with: name: login ${{ matrix.efss.platform }} ${{ matrix.efss.version }} path: ./cypress/ocm-test-suite/cypress/videos + + - name: Upload to GitHub Pages + if: github.ref == 'refs/heads/main' + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./cypress/ocm-test-suite/cypress/videos diff --git a/.github/workflows/login-owncloud-v10.yml b/.github/workflows/login-owncloud-v10.yml index 51e266d..893c942 100644 --- a/.github/workflows/login-owncloud-v10.yml +++ b/.github/workflows/login-owncloud-v10.yml @@ -48,3 +48,10 @@ jobs: with: name: login ${{ matrix.efss.platform }} ${{ matrix.efss.version }} path: ./cypress/ocm-test-suite/cypress/videos + + - name: Upload to GitHub Pages + if: github.ref == 'refs/heads/main' + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./cypress/ocm-test-suite/cypress/videos diff --git a/.github/workflows/login-seafile-v11.yml b/.github/workflows/login-seafile-v11.yml index 9140609..1e13bd6 100644 --- a/.github/workflows/login-seafile-v11.yml +++ b/.github/workflows/login-seafile-v11.yml @@ -48,3 +48,10 @@ jobs: with: name: login ${{ matrix.efss.platform }} ${{ matrix.efss.version }} path: ./cypress/ocm-test-suite/cypress/videos + + - name: Upload to GitHub Pages + if: github.ref == 'refs/heads/main' + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./cypress/ocm-test-suite/cypress/videos diff --git a/.github/workflows/share-link-nc-v27-nc-v27.yml b/.github/workflows/share-link-nc-v27-nc-v27.yml index 97ede1c..964d966 100644 --- a/.github/workflows/share-link-nc-v27-nc-v27.yml +++ b/.github/workflows/share-link-nc-v27-nc-v27.yml @@ -56,3 +56,10 @@ jobs: with: name: share-link from ${{ matrix.sender.platform }} ${{ matrix.sender.version }} to ${{ matrix.receiver.platform }} ${{ matrix.receiver.version }} path: ./cypress/ocm-test-suite/cypress/videos + + - name: Upload to GitHub Pages + if: github.ref == 'refs/heads/main' + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./cypress/ocm-test-suite/cypress/videos diff --git a/.github/workflows/share-link-nc-v27-nc-v28.yml b/.github/workflows/share-link-nc-v27-nc-v28.yml index b9105f8..d0b7e6f 100644 --- a/.github/workflows/share-link-nc-v27-nc-v28.yml +++ b/.github/workflows/share-link-nc-v27-nc-v28.yml @@ -56,3 +56,10 @@ jobs: with: name: share-link from ${{ matrix.sender.platform }} ${{ matrix.sender.version }} to ${{ matrix.receiver.platform }} ${{ matrix.receiver.version }} path: ./cypress/ocm-test-suite/cypress/videos + + - name: Upload to GitHub Pages + if: github.ref == 'refs/heads/main' + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./cypress/ocm-test-suite/cypress/videos diff --git a/.github/workflows/share-link-nc-v27-oc-v10.yml b/.github/workflows/share-link-nc-v27-oc-v10.yml index 8a8eeaa..fa67865 100644 --- a/.github/workflows/share-link-nc-v27-oc-v10.yml +++ b/.github/workflows/share-link-nc-v27-oc-v10.yml @@ -56,3 +56,10 @@ jobs: with: name: share-link from ${{ matrix.sender.platform }} ${{ matrix.sender.version }} to ${{ matrix.receiver.platform }} ${{ matrix.receiver.version }} path: ./cypress/ocm-test-suite/cypress/videos + + - name: Upload to GitHub Pages + if: github.ref == 'refs/heads/main' + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./cypress/ocm-test-suite/cypress/videos diff --git a/.github/workflows/share-link-nc-v28-nc-v27.yml b/.github/workflows/share-link-nc-v28-nc-v27.yml index 19508c2..1631975 100644 --- a/.github/workflows/share-link-nc-v28-nc-v27.yml +++ b/.github/workflows/share-link-nc-v28-nc-v27.yml @@ -56,3 +56,10 @@ jobs: with: name: share-link from ${{ matrix.sender.platform }} ${{ matrix.sender.version }} to ${{ matrix.receiver.platform }} ${{ matrix.receiver.version }} path: ./cypress/ocm-test-suite/cypress/videos + + - name: Upload to GitHub Pages + if: github.ref == 'refs/heads/main' + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./cypress/ocm-test-suite/cypress/videos diff --git a/.github/workflows/share-link-nc-v28-nc-v28.yml b/.github/workflows/share-link-nc-v28-nc-v28.yml index d246f69..f0dd585 100644 --- a/.github/workflows/share-link-nc-v28-nc-v28.yml +++ b/.github/workflows/share-link-nc-v28-nc-v28.yml @@ -56,3 +56,10 @@ jobs: with: name: share-link from ${{ matrix.sender.platform }} ${{ matrix.sender.version }} to ${{ matrix.receiver.platform }} ${{ matrix.receiver.version }} path: ./cypress/ocm-test-suite/cypress/videos + + - name: Upload to GitHub Pages + if: github.ref == 'refs/heads/main' + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./cypress/ocm-test-suite/cypress/videos diff --git a/.github/workflows/share-link-nc-v28-oc-v10.yml b/.github/workflows/share-link-nc-v28-oc-v10.yml index 66f6c58..b04e3ab 100644 --- a/.github/workflows/share-link-nc-v28-oc-v10.yml +++ b/.github/workflows/share-link-nc-v28-oc-v10.yml @@ -56,3 +56,10 @@ jobs: with: name: share-link from ${{ matrix.sender.platform }} ${{ matrix.sender.version }} to ${{ matrix.receiver.platform }} ${{ matrix.receiver.version }} path: ./cypress/ocm-test-suite/cypress/videos + + - name: Upload to GitHub Pages + if: github.ref == 'refs/heads/main' + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./cypress/ocm-test-suite/cypress/videos diff --git a/.github/workflows/share-link-oc-v10-nc-v27.yml b/.github/workflows/share-link-oc-v10-nc-v27.yml index 643e8d3..56f574d 100644 --- a/.github/workflows/share-link-oc-v10-nc-v27.yml +++ b/.github/workflows/share-link-oc-v10-nc-v27.yml @@ -56,3 +56,10 @@ jobs: with: name: share-link from ${{ matrix.sender.platform }} ${{ matrix.sender.version }} to ${{ matrix.receiver.platform }} ${{ matrix.receiver.version }} path: ./cypress/ocm-test-suite/cypress/videos + + - name: Upload to GitHub Pages + if: github.ref == 'refs/heads/main' + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./cypress/ocm-test-suite/cypress/videos diff --git a/.github/workflows/share-link-oc-v10-nc-v28.yml b/.github/workflows/share-link-oc-v10-nc-v28.yml index 64d0720..b07521c 100644 --- a/.github/workflows/share-link-oc-v10-nc-v28.yml +++ b/.github/workflows/share-link-oc-v10-nc-v28.yml @@ -56,3 +56,10 @@ jobs: with: name: share-link from ${{ matrix.sender.platform }} ${{ matrix.sender.version }} to ${{ matrix.receiver.platform }} ${{ matrix.receiver.version }} path: ./cypress/ocm-test-suite/cypress/videos + + - name: Upload to GitHub Pages + if: github.ref == 'refs/heads/main' + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./cypress/ocm-test-suite/cypress/videos diff --git a/.github/workflows/share-link-oc-v10-oc-v10.yml b/.github/workflows/share-link-oc-v10-oc-v10.yml index 3117e75..aef6dbc 100644 --- a/.github/workflows/share-link-oc-v10-oc-v10.yml +++ b/.github/workflows/share-link-oc-v10-oc-v10.yml @@ -56,3 +56,10 @@ jobs: with: name: share-link from ${{ matrix.sender.platform }} ${{ matrix.sender.version }} to ${{ matrix.receiver.platform }} ${{ matrix.receiver.version }} path: ./cypress/ocm-test-suite/cypress/videos + + - name: Upload to GitHub Pages + if: github.ref == 'refs/heads/main' + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./cypress/ocm-test-suite/cypress/videos diff --git a/.github/workflows/share-with-nc-v27-nc-v27.yml b/.github/workflows/share-with-nc-v27-nc-v27.yml index 5a6336f..f159458 100644 --- a/.github/workflows/share-with-nc-v27-nc-v27.yml +++ b/.github/workflows/share-with-nc-v27-nc-v27.yml @@ -56,3 +56,10 @@ jobs: with: name: share-with from ${{ matrix.sender.platform }} ${{ matrix.sender.version }} to ${{ matrix.receiver.platform }} ${{ matrix.receiver.version }} path: ./cypress/ocm-test-suite/cypress/videos + + - name: Upload to GitHub Pages + if: github.ref == 'refs/heads/main' + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./cypress/ocm-test-suite/cypress/videos diff --git a/.github/workflows/share-with-nc-v27-nc-v28.yml b/.github/workflows/share-with-nc-v27-nc-v28.yml index d6a89ff..6221f41 100644 --- a/.github/workflows/share-with-nc-v27-nc-v28.yml +++ b/.github/workflows/share-with-nc-v27-nc-v28.yml @@ -56,3 +56,10 @@ jobs: with: name: share-with from ${{ matrix.sender.platform }} ${{ matrix.sender.version }} to ${{ matrix.receiver.platform }} ${{ matrix.receiver.version }} path: ./cypress/ocm-test-suite/cypress/videos + + - name: Upload to GitHub Pages + if: github.ref == 'refs/heads/main' + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./cypress/ocm-test-suite/cypress/videos diff --git a/.github/workflows/share-with-nc-v27-oc-v10.yml b/.github/workflows/share-with-nc-v27-oc-v10.yml index 40b0aba..efba338 100644 --- a/.github/workflows/share-with-nc-v27-oc-v10.yml +++ b/.github/workflows/share-with-nc-v27-oc-v10.yml @@ -56,3 +56,10 @@ jobs: with: name: share-with from ${{ matrix.sender.platform }} ${{ matrix.sender.version }} to ${{ matrix.receiver.platform }} ${{ matrix.receiver.version }} path: ./cypress/ocm-test-suite/cypress/videos + + - name: Upload to GitHub Pages + if: github.ref == 'refs/heads/main' + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./cypress/ocm-test-suite/cypress/videos diff --git a/.github/workflows/share-with-nc-v27-os-v1.yml b/.github/workflows/share-with-nc-v27-os-v1.yml index bbb994f..1cffef0 100644 --- a/.github/workflows/share-with-nc-v27-os-v1.yml +++ b/.github/workflows/share-with-nc-v27-os-v1.yml @@ -56,3 +56,10 @@ jobs: with: name: share-with from ${{ matrix.sender.platform }} ${{ matrix.sender.version }} to ${{ matrix.receiver.platform }} ${{ matrix.receiver.version }} path: ./cypress/ocm-test-suite/cypress/videos + + - name: Upload to GitHub Pages + if: github.ref == 'refs/heads/main' + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./cypress/ocm-test-suite/cypress/videos diff --git a/.github/workflows/share-with-nc-v28-nc-v27.yml b/.github/workflows/share-with-nc-v28-nc-v27.yml index 9308f5a..4a53544 100644 --- a/.github/workflows/share-with-nc-v28-nc-v27.yml +++ b/.github/workflows/share-with-nc-v28-nc-v27.yml @@ -56,3 +56,10 @@ jobs: with: name: share-with from ${{ matrix.sender.platform }} ${{ matrix.sender.version }} to ${{ matrix.receiver.platform }} ${{ matrix.receiver.version }} path: ./cypress/ocm-test-suite/cypress/videos + + - name: Upload to GitHub Pages + if: github.ref == 'refs/heads/main' + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./cypress/ocm-test-suite/cypress/videos diff --git a/.github/workflows/share-with-nc-v28-nc-v28.yml b/.github/workflows/share-with-nc-v28-nc-v28.yml index 615407f..159147c 100644 --- a/.github/workflows/share-with-nc-v28-nc-v28.yml +++ b/.github/workflows/share-with-nc-v28-nc-v28.yml @@ -56,3 +56,10 @@ jobs: with: name: share-with from ${{ matrix.sender.platform }} ${{ matrix.sender.version }} to ${{ matrix.receiver.platform }} ${{ matrix.receiver.version }} path: ./cypress/ocm-test-suite/cypress/videos + + - name: Upload to GitHub Pages + if: github.ref == 'refs/heads/main' + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./cypress/ocm-test-suite/cypress/videos diff --git a/.github/workflows/share-with-nc-v28-oc-v10.yml b/.github/workflows/share-with-nc-v28-oc-v10.yml index 07a1b77..f04e557 100644 --- a/.github/workflows/share-with-nc-v28-oc-v10.yml +++ b/.github/workflows/share-with-nc-v28-oc-v10.yml @@ -56,3 +56,10 @@ jobs: with: name: share-with from ${{ matrix.sender.platform }} ${{ matrix.sender.version }} to ${{ matrix.receiver.platform }} ${{ matrix.receiver.version }} path: ./cypress/ocm-test-suite/cypress/videos + + - name: Upload to GitHub Pages + if: github.ref == 'refs/heads/main' + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./cypress/ocm-test-suite/cypress/videos diff --git a/.github/workflows/share-with-nc-v28-os-v1.yml b/.github/workflows/share-with-nc-v28-os-v1.yml index 3721ff9..43962ba 100644 --- a/.github/workflows/share-with-nc-v28-os-v1.yml +++ b/.github/workflows/share-with-nc-v28-os-v1.yml @@ -56,3 +56,10 @@ jobs: with: name: share-with from ${{ matrix.sender.platform }} ${{ matrix.sender.version }} to ${{ matrix.receiver.platform }} ${{ matrix.receiver.version }} path: ./cypress/ocm-test-suite/cypress/videos + + - name: Upload to GitHub Pages + if: github.ref == 'refs/heads/main' + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./cypress/ocm-test-suite/cypress/videos diff --git a/.github/workflows/share-with-oc-v10-nc-v27.yml b/.github/workflows/share-with-oc-v10-nc-v27.yml index e59f664..b17f570 100644 --- a/.github/workflows/share-with-oc-v10-nc-v27.yml +++ b/.github/workflows/share-with-oc-v10-nc-v27.yml @@ -56,3 +56,10 @@ jobs: with: name: share-with from ${{ matrix.sender.platform }} ${{ matrix.sender.version }} to ${{ matrix.receiver.platform }} ${{ matrix.receiver.version }} path: ./cypress/ocm-test-suite/cypress/videos + + - name: Upload to GitHub Pages + if: github.ref == 'refs/heads/main' + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./cypress/ocm-test-suite/cypress/videos diff --git a/.github/workflows/share-with-oc-v10-nc-v28.yml b/.github/workflows/share-with-oc-v10-nc-v28.yml index a801e4e..3764178 100644 --- a/.github/workflows/share-with-oc-v10-nc-v28.yml +++ b/.github/workflows/share-with-oc-v10-nc-v28.yml @@ -56,3 +56,10 @@ jobs: with: name: share-with from ${{ matrix.sender.platform }} ${{ matrix.sender.version }} to ${{ matrix.receiver.platform }} ${{ matrix.receiver.version }} path: ./cypress/ocm-test-suite/cypress/videos + + - name: Upload to GitHub Pages + if: github.ref == 'refs/heads/main' + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./cypress/ocm-test-suite/cypress/videos diff --git a/.github/workflows/share-with-oc-v10-oc-v10.yml b/.github/workflows/share-with-oc-v10-oc-v10.yml index bd19818..6ce7634 100644 --- a/.github/workflows/share-with-oc-v10-oc-v10.yml +++ b/.github/workflows/share-with-oc-v10-oc-v10.yml @@ -56,3 +56,10 @@ jobs: with: name: share-with from ${{ matrix.sender.platform }} ${{ matrix.sender.version }} to ${{ matrix.receiver.platform }} ${{ matrix.receiver.version }} path: ./cypress/ocm-test-suite/cypress/videos + + - name: Upload to GitHub Pages + if: github.ref == 'refs/heads/main' + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./cypress/ocm-test-suite/cypress/videos diff --git a/.github/workflows/share-with-oc-v10-os-v1.yml b/.github/workflows/share-with-oc-v10-os-v1.yml index 2aaca94..054f2e7 100644 --- a/.github/workflows/share-with-oc-v10-os-v1.yml +++ b/.github/workflows/share-with-oc-v10-os-v1.yml @@ -56,3 +56,10 @@ jobs: with: name: share-with from ${{ matrix.sender.platform }} ${{ matrix.sender.version }} to ${{ matrix.receiver.platform }} ${{ matrix.receiver.version }} path: ./cypress/ocm-test-suite/cypress/videos + + - name: Upload to GitHub Pages + if: github.ref == 'refs/heads/main' + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./cypress/ocm-test-suite/cypress/videos diff --git a/.github/workflows/share-with-os-v1-os-v1.yml b/.github/workflows/share-with-os-v1-os-v1.yml index e1a5e5f..7f7107f 100644 --- a/.github/workflows/share-with-os-v1-os-v1.yml +++ b/.github/workflows/share-with-os-v1-os-v1.yml @@ -56,3 +56,10 @@ jobs: with: name: share-with from ${{ matrix.sender.platform }} ${{ matrix.sender.version }} to ${{ matrix.receiver.platform }} ${{ matrix.receiver.version }} path: ./cypress/ocm-test-suite/cypress/videos + + - name: Upload to GitHub Pages + if: github.ref == 'refs/heads/main' + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./cypress/ocm-test-suite/cypress/videos diff --git a/.github/workflows/share-with-sf-v11-sf-v11.yml b/.github/workflows/share-with-sf-v11-sf-v11.yml index e0f4c2a..349159c 100644 --- a/.github/workflows/share-with-sf-v11-sf-v11.yml +++ b/.github/workflows/share-with-sf-v11-sf-v11.yml @@ -56,3 +56,10 @@ jobs: with: name: share-with from ${{ matrix.sender.platform }} ${{ matrix.sender.version }} to ${{ matrix.receiver.platform }} ${{ matrix.receiver.version }} path: ./cypress/ocm-test-suite/cypress/videos + + - name: Upload to GitHub Pages + if: github.ref == 'refs/heads/main' + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./cypress/ocm-test-suite/cypress/videos diff --git a/docker/build/all.sh b/docker/build/all.sh index ecc1c0b..eea7822 100755 --- a/docker/build/all.sh +++ b/docker/build/all.sh @@ -24,7 +24,7 @@ export DOCKER_BUILDKIT="${USE_BUILDKIT}" # example: docker build -t your-image --build-arg CACHEBUST="default" . echo Building pondersource/dev-stock-ocmstub -docker build --build-arg CACHEBUST="default" --file ./dockerfiles/ocmstub.Dockerfile --tag pondersource/dev-stock-ocmstub:latest . +docker build --build-arg CACHEBUST="default" --file ./dockerfiles/ocmstub.Dockerfile --tag pondersource/dev-stock-ocmstub:v1.0.0 --tag pondersource/dev-stock-ocmstub:latest . echo Building pondersource/dev-stock-revad docker build --build-arg CACHEBUST="default" --file ./dockerfiles/revad.Dockerfile --tag pondersource/dev-stock-revad:latest . diff --git a/docker/push/all.sh b/docker/push/all.sh index d2e9732..3d99933 100755 --- a/docker/push/all.sh +++ b/docker/push/all.sh @@ -7,6 +7,7 @@ echo "Log in as pondersource" docker login docker push pondersource/dev-stock-ocmstub:latest +docker push pondersource/dev-stock-ocmstub:v1.0.0 docker push pondersource/dev-stock-revad:latest docker push pondersource/dev-stock-php-base:latest docker push pondersource/dev-stock-nextcloud:latest