Skip to content

Commit

Permalink
ci: remove build step from gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
viliusddd committed Jul 30, 2024
1 parent a4a75c4 commit 24eb919
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 24eb919

Please sign in to comment.