From 7f39451ddbff09f2e5e519aa2c6471ec62ac3d8e Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 14 Nov 2023 02:17:20 -0500 Subject: ci: let cf deploy --- .github/workflows/ci.yaml | 8 -------- 1 file changed, 8 deletions(-) (limited to '.github/workflows/ci.yaml') diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1d57123..26c7aaa 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -3,11 +3,9 @@ name: CI on: pull_request: workflow_dispatch: - workflow_call: jobs: build: - needs: [lint, format] runs-on: ubuntu-latest steps: @@ -31,12 +29,6 @@ jobs: - name: run build run: pnpm build - - name: upload ./dist - uses: actions/upload-artifact@v3 - with: - name: dist - path: dist - lint: runs-on: ubuntu-latest -- cgit v1.2.3