An open API service indexing awesome lists of open source software.

https://github.com/hootanht/githubpagesforblazor


https://github.com/hootanht/githubpagesforblazor

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

Since this is a User repository, it is not possible to configure Pages to use a different source repository than master. So I had to update my workflow and set `development` as main branch.
Another option might be pushing the artifacts to a separate repository and have Pages configured there.

The deployment is handled by a [GitHub action workflow](https://github.com/hootanht/GitHubPagesForBlazor/blob/master/.github/workflows/main.yml) that will
- setup .NET
- build the application and publish it to the `/build/` folder
- uses [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) to deploy the code to the `master` branch