Spaces:
Sleeping
Sleeping
david-oplatka
commited on
Commit
•
ff72ddc
1
Parent(s):
f974e11
Update add_space.yaml
Browse files
.github/workflows/add_space.yaml
CHANGED
@@ -8,7 +8,7 @@ jobs:
|
|
8 |
runs-on: ubuntu-latest
|
9 |
strategy:
|
10 |
matrix:
|
11 |
-
space_name: [
|
12 |
|
13 |
steps:
|
14 |
- name: Checkout repository
|
|
|
8 |
runs-on: ubuntu-latest
|
9 |
strategy:
|
10 |
matrix:
|
11 |
+
space_name: [shakespeare, test] # List your Hugging Face space names here
|
12 |
|
13 |
steps:
|
14 |
- name: Checkout repository
|