https://github.com/hootanht/githubpagesforblazor
https://github.com/hootanht/githubpagesforblazor
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hootanht/githubpagesforblazor
- Owner: hootanht
- Created: 2022-07-18T09:02:41.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-26T15:23:59.000Z (about 3 years ago)
- Last Synced: 2025-02-03T00:27:32.135Z (8 months ago)
- Language: HTML
- Homepage: https://hootanht.github.io/GitHubPagesForBlazor
- Size: 8.4 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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