NERDDISCO commited on
Commit
82bf191
β€’
1 Parent(s): 945c6bb

docs: fix wrong path for workflow

Browse files
Files changed (1) hide show
  1. README.md +6 -5
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
- - [Development](#development)
19
- - [Use the Docker container locally](#use-the-docker-container-locally)
20
- - [Dockerize an existing project](#dockerize-an-existing-project)
21
- - [Manage your Space via GitHub](#manage-your-space-via-github)
 
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/worfkows/sync_to_hf_spaces.yml)
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