Skip to content

Commit

Permalink
so im not using git revert sue me
Browse files Browse the repository at this point in the history
  • Loading branch information
Highfire1 authored Sep 6, 2023
1 parent 18c607d commit cd13d81
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

- name: Install Dependencies and Build Application
run: |
cd frontend/
npm install
npm run build
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit cd13d81

Please sign in to comment.