From 30cd14cc14dd868ca60dc3228c43adf4ebc2b99d Mon Sep 17 00:00:00 2001 From: Stefan Pfaffel Date: Wed, 11 May 2022 15:40:35 +0200 Subject: [PATCH] chore(ci): remove build workflow --- .github/workflows/build.yml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .github/workflows/build.yml diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml deleted file mode 100644 index 26cca39..0000000 --- a/.github/workflows/build.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: build -on: push - -jobs: - build: - timeout-minutes: 10 - runs-on: ubuntu-latest - strategy: - matrix: - node-version: [16.x] - - steps: - - name: Git checkout - uses: actions/checkout@master - - - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 - with: - node-version: ${{ matrix.node-version }} - - - run: npm ci - - - name: Build - run: npm run docs:build \ No newline at end of file