Ahmedik95316 commited on
Commit
6c0a539
·
verified ·
1 Parent(s): 8c243fb

Update .github/workflows/ci-cd.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/ci-cd.yml +2 -2
.github/workflows/ci-cd.yml CHANGED
@@ -11,7 +11,7 @@ jobs:
11
  runs-on: ubuntu-latest
12
  strategy:
13
  matrix:
14
- python-version: [3.8, 3.9] # Remove 3.10 if causing issues
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='your-username/fake-news-detection-space',
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/']