The source of axmol home page, based on bootstrap 5.x
https://axmol.dev Deployment Flow
- 
The workflow build.ymlis triggered by any of the following:- A push to this repository.
- Completion of the WebAssembly build in axmolengine/axmol.
- Manual execution by a user.
 
- 
The CI pipeline: - Merges the pages in this repository.
- Downloads WebAssembly artifacts from axmolengine/axmolinto thedistdirectory.
 
- 
The CI pipeline pushes the distcontents to theaxmol-pagesbranch of the repositoryaxmolengine/axmol.dev.dist.
- 
Netlify automatically builds and deploys the axmol-pagesbranch ofaxmolengine/axmol.dev.distto https://axmol.dev whenever a push event occurs on that branch.