Skip to content

Commit

Permalink
add deployment notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ras1 committed Aug 7, 2024
1 parent b6d2e08 commit f6d06a2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,11 @@ to your local server.
## Run tests locally

`yarn test`

## Deployment

Deployment is done via [gh-pages](https://github.com/tschaub/gh-pages). This publishes files to a `gh-pages` branch on GitHub.

This is done by the [deploy.yml](.github/workflows/deploy.yml) GitHub Action, which runs automatically on merges to the main branch, or can be manually called in GitHub UI on any branch.

The latest commit SHA of the branch that is deployed will be recorded in a `meta` tag with name `ui-version` in the index.html of the deployed website.

0 comments on commit f6d06a2

Please sign in to comment.