Updating Dendron for GitHub Pages Deployment

When attempting to update Dendron so that it updates GitHub Pages, the following sequence does not work as an appropriate next step:

  1. git commit
  2. dendron: site build

Next, the following command was tried:

  • npx dendron buildSite --stage prod followed by git commit

This worked.