Update .github/workflows/ci-cd.yml
Browse files
.github/workflows/ci-cd.yml
CHANGED
|
@@ -11,7 +11,7 @@ jobs:
|
|
| 11 |
runs-on: ubuntu-latest
|
| 12 |
strategy:
|
| 13 |
matrix:
|
| 14 |
-
python-version: [3.
|
| 15 |
|
| 16 |
steps:
|
| 17 |
- uses: actions/checkout@v4
|
|
@@ -73,7 +73,7 @@ jobs:
|
|
| 73 |
api = HfApi()
|
| 74 |
api.upload_folder(
|
| 75 |
folder_path='.',
|
| 76 |
-
repo_id='
|
| 77 |
repo_type='space',
|
| 78 |
token=token,
|
| 79 |
ignore_patterns=['.git*', '__pycache__', '*.pyc', 'tests/', '.github/']
|
|
|
|
| 11 |
runs-on: ubuntu-latest
|
| 12 |
strategy:
|
| 13 |
matrix:
|
| 14 |
+
python-version: [3.11.6] # Remove 3.10 if causing issues
|
| 15 |
|
| 16 |
steps:
|
| 17 |
- uses: actions/checkout@v4
|
|
|
|
| 73 |
api = HfApi()
|
| 74 |
api.upload_folder(
|
| 75 |
folder_path='.',
|
| 76 |
+
repo_id='Ahmedik95316/Fake-News-Detection-with-MLOps',
|
| 77 |
repo_type='space',
|
| 78 |
token=token,
|
| 79 |
ignore_patterns=['.git*', '__pycache__', '*.pyc', 'tests/', '.github/']
|