Remove debug check

This commit is contained in:
Yeicor
2024-03-28 23:32:20 +01:00
parent bfdd656316
commit 5dc2ae2f8d

View File

@@ -25,7 +25,6 @@ jobs:
with:
cache: "yarn"
- run: "yarn install"
- run: "git diff" # Check if there are changes
- run: "yarn build"
- uses: "actions/upload-artifact@v4"
with: