Spaces:
Runtime error
Runtime error
docs: fix nested list
Browse files
README.md
CHANGED
@@ -52,8 +52,8 @@ If you want to use all the features for collaborative development on GitHub, but
|
|
52 |
1. Create your repo on GitHub
|
53 |
2. Create a [Github secret](https://docs.github.com/en/actions/security-guides/encrypted-secrets#creating-encrypted-secrets-for-a-repository) named `HF_TOKEN` and use an [access token from Hugging Face](https://huggingface.co/settings/tokens) as its value (you must be logged in to do this)
|
54 |
3. Update the workflow [sync_to_hf_spaces.yml](.githug/worfkows/sync_to_hf_spaces.yml)
|
55 |
-
|
56 |
-
|
57 |
4. Push the code into your repo on GitHub
|
58 |
|
59 |
This should force push changes in the **main** branch from GitHub into your π€ space.
|
|
|
52 |
1. Create your repo on GitHub
|
53 |
2. Create a [Github secret](https://docs.github.com/en/actions/security-guides/encrypted-secrets#creating-encrypted-secrets-for-a-repository) named `HF_TOKEN` and use an [access token from Hugging Face](https://huggingface.co/settings/tokens) as its value (you must be logged in to do this)
|
54 |
3. Update the workflow [sync_to_hf_spaces.yml](.githug/worfkows/sync_to_hf_spaces.yml)
|
55 |
+
- Configure `HF_USERNAME`: Replace `failfast` with the name of your π€ user account or your π€ organization
|
56 |
+
- Configure `HF_SPACE_NAME`: Replace `nextjs-docker-starter` with the name of your π€ space
|
57 |
4. Push the code into your repo on GitHub
|
58 |
|
59 |
This should force push changes in the **main** branch from GitHub into your π€ space.
|