diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index eccf315..3d586e5 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -5,4 +5,5 @@ jobs: steps: - uses: http://github.com/actions/checkout@v4 - run: bun src/build.ts - - run: cat dist/dist.js \ No newline at end of file + - run: cat dist/dist.js + - run: echo hi \ No newline at end of file