Skip to content

Commit

Permalink
Remove build from pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
sefirosweb committed Mar 12, 2024
1 parent 14e7517 commit 339565f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,6 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Install and build files
uses: actions/setup-node@v3
with:
node-version: "18.x"

- name: Build the bot files
run: npm run build

- name: Build and push Docker image
uses: docker/build-push-action@v4
with:
Expand Down

0 comments on commit 339565f

Please sign in to comment.