Spaces:
Sleeping
Sleeping
semmyk-research
commited on
Commit
·
96ac7fb
1
Parent(s):
8ea4ebf
Update main_parserPDF.yml - HF documentation
Browse files
.github/workflows/main_parserPDF.yml
CHANGED
|
@@ -3,6 +3,11 @@ on:
|
|
| 3 |
push:
|
| 4 |
branches: [main]
|
| 5 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
# to run this workflow manually from the Actions tab
|
| 7 |
workflow_dispatch:
|
| 8 |
|
|
|
|
| 3 |
push:
|
| 4 |
branches: [main]
|
| 5 |
|
| 6 |
+
# assist: https://huggingface.co/docs/hub/en/spaces-github-actions
|
| 7 |
+
### git remote add space https://huggingface.co/spaces/HF_USERNAME/SPACE_NAME #Add space repo
|
| 8 |
+
### git remote add space https://huggingface.co/spaces/semmyk/parserPDF
|
| 9 |
+
### git push --force space main #force push to sync everything for the first time
|
| 10 |
+
|
| 11 |
# to run this workflow manually from the Actions tab
|
| 12 |
workflow_dispatch:
|
| 13 |
|