diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml deleted file mode 100644 index e24712d..0000000 --- a/.github/workflows/build.yaml +++ /dev/null @@ -1,18 +0,0 @@ -name: Build Project -on: [push] -jobs: - build-job: - runs-on: ubuntu-latest - steps: - - name: Checkout code - uses: actions/checkout@v3 - env: - GIT_CONFIG_PARAMETERS: "'url.https://git.natxocc.com/.insteadOf=http://gitea:3000/'" - - - name: Setup Bun - uses: oven-sh/setup-bun@v1 - - - name: Install and Build - run: | - bun install - bun run build \ No newline at end of file