Skip to content

Commit 2a07fbb

Browse files
committed
remove degub code from gha yaml
1 parent 5a1cd8e commit 2a07fbb

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,6 @@ jobs:
3333
- name: Build web app
3434
id: build
3535
run: dart run build_runner build --delete-conflicting-outputs -o web:build
36-
continue-on-error: true
37-
38-
- name: Check build status and debug on failure
39-
run: |
40-
ls -RF build
41-
echo "Exiting with error to stop the workflow."
42-
exit 1
4336

4437
- name: Upload artifact
4538
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)