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