Skip to content

Commit

Permalink
Correct GitHub terminology in README
Browse files Browse the repository at this point in the history
  • Loading branch information
dnrce authored and fhunleth committed May 12, 2022
1 parent 483fbde commit 12e99f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ The `main` branch of this repo contains the raw source of the site and should be

During development, you can generate a preview of the site with `npm run watch`. To view the output, open `_dist/index.html` in your web browser.

Any time `main` is updated via merge request, CI will rebuild the site and push updates to the `gh-pages` branch, which will then be served by GitHub Pages.
Any time `main` is updated via pull request, CI will rebuild the site and push updates to the `gh-pages` branch, which will then be served by GitHub Pages.

0 comments on commit 12e99f2

Please sign in to comment.