From 9e92498533eeba0033f5096421b159eb47802bf8 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Sat, 26 Feb 2022 13:13:21 -0500 Subject: Start using the tools/ convention for standard processes --- README.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 2b5ea2d..4aa3071 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,7 @@ You will need: ## Building -To prepare this site for deployment, run mkdocs from the project's root directory: - -```bash -mkdocs build -``` +To prepare this site for deployment, run mkdocs from the project's root directory, use the included `tools/build` script. The resulting files will be placed in `site` under the project's root directory, replacing any files already present. @@ -29,8 +25,4 @@ This will automatically rebuild the site every time the files in `docs` change, ## Publishing -Once the site is built, it can be published to s3: - -```bash -aws s3 sync --delete site/ s3://grimoire.ca/ -``` +Once the site is built, it can be published to s3 using `tools/publish`. -- cgit v1.2.3