Skip to content

Commit

Permalink
fix(ci): delete build from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihoub2 committed Sep 13, 2024
1 parent b5bd3e6 commit 9a094c7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ jobs:
with:
node-version: 18

- name: 🪚 Build app
run: |
npm ci --silent
npm run build
- name: 🔑 Login Docker
run: docker login ghcr.io -u ${{ github.actor }} -p ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 9a094c7

Please sign in to comment.