Spaces:
Runtime error
Runtime error
Commit
·
d0020b0
1
Parent(s):
ea65139
change push
Browse files
README.md
CHANGED
@@ -93,4 +93,7 @@ repository -> settings -> secrets and variables -> actions -> new repo secret
|
|
93 |
|
94 |
create the HF_TOKEN with the value of the token configured in HuggingFace
|
95 |
|
96 |
-
In your repository, create the .github/workflows/ directory to store your workflow files.
|
|
|
|
|
|
|
|
93 |
|
94 |
create the HF_TOKEN with the value of the token configured in HuggingFace
|
95 |
|
96 |
+
In your repository, create the .github/workflows/ directory to store your workflow files.
|
97 |
+
|
98 |
+
in order to push on Github repo we need to type:
|
99 |
+
git push github_repo
|