From 24eb919bc1a606480e6dfb98364c7e9ed9dc1a44 Mon Sep 17 00:00:00 2001 From: Vilius Date: Tue, 30 Jul 2024 12:43:37 +0300 Subject: [PATCH] ci: remove build step from gh action --- .github/workflows/deploy.yaml | 3 --- README.md | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index bec21fd..a965858 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -36,6 +36,3 @@ jobs: DISCORD_CHANNEL_ID: ${{ secrets.DISCORD_CHANNEL_ID }} DISCORD_GUILD_ID: ${{ secrets.DISCORD_GUILD_ID }} GIPHY_API_KEY: ${{ secrets.GIPHY_API_KEY }} - - - name: Build - run: npm run build diff --git a/README.md b/README.md index 78f8a32..de79bad 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ It's a dynamic Discord bot powered by a REST API that celebrates user achievemen ## Features - DB is seeded with data. -- GH Action for linting, testing and build. +- GH Action for linting and testing. ## Discord Setup