Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiasBuelens committed Mar 4, 2024
1 parent 53da474 commit 8f4b6b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/theoplayer-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 8f4b6b4

Please sign in to comment.