From 76c4d4c49121c2c674caf1010886261e5dfb3150 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anto=20Kein=C3=A4nen?= <62938747+antoKeinanen@users.noreply.github.com> Date: Wed, 10 May 2023 16:24:07 +0300 Subject: [PATCH] remove actions --- .github/workflows/deploy.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/workflows/deploy.yml diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml deleted file mode 100644 index 741dc3f..0000000 --- a/.github/workflows/deploy.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: deploy -on: workflow_dispatch - -jobs: - deploy: - runs-on: ubuntu-latest - permissions: - contents: write - steps: - - uses: actions/checkout@master - - uses: actions/setup-node@master - with: - node-version: 19 - - run: npm ci - - run: npm run build - - uses: ncipollo/release-action@v1 - with: - artifacts: "release.tar.gz,main.js,manifest.json"