From 8f4b6b41207fd4d0e323ce4cf1ee9550145632c2 Mon Sep 17 00:00:00 2001 From: Mattias Buelens Date: Mon, 4 Mar 2024 13:10:17 +0100 Subject: [PATCH] Fix CI --- .github/workflows/deploy.yml | 1 + .github/workflows/theoplayer-release.yml | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5cbbffe5a31..c54da4186f5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,6 +19,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 1 + submodules: true # Build the website - name: Use Node.js 20 uses: actions/setup-node@v4 diff --git a/.github/workflows/theoplayer-release.yml b/.github/workflows/theoplayer-release.yml index 91ceaffe39a..cd7e9493725 100644 --- a/.github/workflows/theoplayer-release.yml +++ b/.github/workflows/theoplayer-release.yml @@ -11,7 +11,6 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 1 - submodules: true - name: Check if pull request already exists id: check_pr_exists run: |