We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d75893f commit 8f46c20Copy full SHA for 8f46c20
.github/workflows/main.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: installing dependencies and setup
16
run: |
17
cd /home/django/project/Fantasy-Forge
18
- cd /api
+ cd ./api
19
pipenv run python manage.py migrate
20
cd ../frontend
21
npm install
0 commit comments