Skip to content

Commit 44237b5

Browse files
authored
Update README.md
add the deployment instruction in the readme file
1 parent d6d4000 commit 44237b5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ Understanding how administrative boundaries overlap is also important for interp
1717
- Create an .env file with your Carto API key with access to select and query from your layers. See .example.env for an example file.
1818
- Run `npm run dev` and visit `localhost:3000`
1919

20+
## How to do the deployment
21+
22+
- Push the changes from the local side
23+
- Add this code:
24+
git subtree push --prefix public/ origin gh-pages
25+
- GitHub Action will automatically run the deployment
26+
2027
## Key Terms
2128

2229
In the following section, we define the terms that will be used throughout this document.

0 commit comments

Comments
 (0)