Repository for the main XR Blocks landing page: https://xrblocks.github.io/.
The landing page is hosted using Github Pages from the build branch. Commits to this branch are automatically generated by the Create build branch Github action.
When commiting to this repository, the workflow will be triggered automatically to update the site. For XR Blocks authors, this action can be manually launched by selecting "Run Workflow" from the actions tab.
When run, the action will perform the following:
- Clone google/xrblocks.
- Build the library as well as docs.
- Copy the generated
docsand generatedbuildinto thebuildfolder. - Copy
samples,demos, andtemplatesinto thebuildfolder. - Commit the contents of the
buildfolder to thebuildbranch.