From 442c14c89ead2bf359b8d4a195ee81713e11ef0a Mon Sep 17 00:00:00 2001 From: Sergey Chernyshev Date: Tue, 6 Aug 2024 23:09:31 -0400 Subject: [PATCH] Remove Netlify Deploy action reference to remove confusion --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index c6f71e5..642b993 100644 --- a/README.md +++ b/README.md @@ -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.