Flow is a static web application.
The site is served from the gh-pages
branch. Any push to main
automatically deploys the latest files to the root of the Pages site.
Each pull request automatically deploys a preview of the site using GitHub Pages. The workflow comments a URL in the form:
https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/preview-pr/pr-<PR number>/
Visit the link from the pull request comments to view a live preview of the changes.