Skip to content

Commit

Permalink
Remove Netlify Deploy action reference to remove confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeychernyshev committed Aug 7, 2024
1 parent 6b22aa8 commit 442c14c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,6 @@ Keep in mind that you have to go to the repository settings and pick `GitHub Act

It sometimes easier to deploy the map to Netlify, especially if you are deploying from a private repo (GitHub Pages doesn't support private repositories unless you are on Enterprise plan).

To do this, you can use [Netlify Deploy](https://github.com/marketplace/actions/netlify-deploy) GitHub Action.

You will need to [create a new site in Netlify](https://app.netlify.com/drop) (just drop a folder with an empty `index.html` file or use a sample template to start) and get the Site ID (you can see one in site settings) and an Personal Access Token ([generate your token here](https://app.netlify.com/user/applications#personal-access-tokens)).
Then you need to add those to your repository secrets as `NETLIFY_SITE_ID` and `NETLIFY_AUTH_TOKEN` respectively.

Expand Down

0 comments on commit 442c14c

Please sign in to comment.