Remove extra whitespaces

This commit is contained in:
jorgectf
2022-11-04 20:45:41 +01:00
parent 9a49c6d8fe
commit 0b50b4b579
56 changed files with 140 additions and 141 deletions
+4 -4
View File
@@ -51,15 +51,15 @@ jobs:
- name: Install dependencies
run: pip install -r requirements.txt
# Optional: Add step to run tests here (PyTest, Django test suites, etc.)
- name: Upload artifact for deployment jobs
uses: actions/upload-artifact@v3
with:
name: python-app
path: |
.
.
!venv/
deploy:
@@ -77,7 +77,7 @@ jobs:
with:
name: python-app
path: .
- name: 'Deploy to Azure Web App'
id: deploy-to-webapp
uses: azure/webapps-deploy@v2