Spaces:
Runtime error
Runtime error
docs: fix wrong path for workflow
Browse files
README.md
CHANGED
@@ -15,10 +15,11 @@ This starter can be used to run [Next.js](https://nextjs.org/) using [Docker](ht
|
|
15 |
|
16 |
<!-- toc -->
|
17 |
|
18 |
-
- [
|
19 |
-
- [
|
20 |
-
- [
|
21 |
-
- [
|
|
|
22 |
|
23 |
<!-- tocstop -->
|
24 |
|
@@ -62,7 +63,7 @@ If you want to use all the features for collaborative development on GitHub, but
|
|
62 |
|
63 |
1. Create your repo on GitHub
|
64 |
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)
|
65 |
-
3. Update the workflow [sync_to_hf_spaces.yml](.github/
|
66 |
- Configure `HF_USERNAME`: Replace `failfast` with the name of your π€ user account or your π€ organization
|
67 |
- Configure `HF_SPACE_NAME`: Replace `nextjs-docker-starter` with the name of your π€ space
|
68 |
4. Push the code into your repo on GitHub
|
|
|
15 |
|
16 |
<!-- toc -->
|
17 |
|
18 |
+
- [nextjs-docker-starter](#nextjs-docker-starter)
|
19 |
+
- [Development](#development)
|
20 |
+
- [Use the Docker container locally](#use-the-docker-container-locally)
|
21 |
+
- [Dockerize an existing project](#dockerize-an-existing-project)
|
22 |
+
- [Manage your Space via GitHub](#manage-your-space-via-github)
|
23 |
|
24 |
<!-- tocstop -->
|
25 |
|
|
|
63 |
|
64 |
1. Create your repo on GitHub
|
65 |
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)
|
66 |
+
3. Update the workflow [sync_to_hf_spaces.yml](.github/workflows/sync_to_hf_spaces.yml)
|
67 |
- Configure `HF_USERNAME`: Replace `failfast` with the name of your π€ user account or your π€ organization
|
68 |
- Configure `HF_SPACE_NAME`: Replace `nextjs-docker-starter` with the name of your π€ space
|
69 |
4. Push the code into your repo on GitHub
|