Skip to content

Commit 1988519

Browse files
committed
- update
1 parent b5dd2ef commit 1988519

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: |
3535
python -m pip install --upgrade pip
3636
pip install -r requirements.txt
37-
37+
3838
- name: Run Tests
3939
working-directory: ./backend
4040
run: pytest --disable-warnings
@@ -73,5 +73,5 @@ jobs:
7373
uses: JamesIves/github-pages-deploy-action@v4
7474
with:
7575
branch: develop
76-
folder: frontend/dist
76+
folder: ./frontend/dist
7777
clean: true

0 commit comments

Comments
 (0)