Skip to content

Commit

Permalink
Fix workflow link in the website README (#1450)
Browse files Browse the repository at this point in the history
The workflow YAML file this links to is called `docs`, rather than
`documentation`.
  • Loading branch information
dhwthompson committed Feb 16, 2022
1 parent 395d1a6 commit 4cc46a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ This command generates static content into the `build` directory and can be serv

## Deployment

Deployment happens automatically (once the tests pass) upon merging to the default branch: see [.github/workflows/documentation.yml](.github/workflows/documentation.yml) for config.
Deployment happens automatically (once the tests pass) upon merging to the default branch: see [.github/workflows/docs.yml](.github/workflows/docs.yml) for config.

0 comments on commit 4cc46a0

Please sign in to comment.