File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -55,20 +55,16 @@ You should now be able to view a live preview at [http://localhost:4567](http://
5555
5656## Publishing changes
5757
58- The main branch of this repository is published every 30 minutes to the
59- ` gh-pages ` branch. It uses the ` deployed-to-production ` branch of
60- [ Content Store] [ content-store ] . Thus once a pull request is merged into main
61- changes will automatically display on the site within 30 minutes.
62-
63- If for some reason the automatic deployment fails you can deploy with the
64- following command:
58+ Run the following command on your local machine to deploy the application:
6559
6660``` shell
6761make publish
6862```
6963
7064This will push to the ` gh-pages ` branch and therefore deploy to GitHub Pages.
7165
66+ > There is no automatic or continuous deployment for this application.
67+
7268## License
7369
7470[ MIT License] ( LICENCE )
You can’t perform that action at this time.
0 commit comments