Skip to content

Commit

Permalink
- update
Browse files Browse the repository at this point in the history
  • Loading branch information
jprogram committed Jul 22, 2024
1 parent b5dd2ef commit 1988519
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run Tests
working-directory: ./backend
run: pytest --disable-warnings
Expand Down Expand Up @@ -73,5 +73,5 @@ jobs:
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: develop
folder: frontend/dist
folder: ./frontend/dist
clean: true

0 comments on commit 1988519

Please sign in to comment.