Skip to content

Publish Blazor example #23

Publish Blazor example

Publish Blazor example #23

Workflow file for this run

name: Pure.DI check
on: [ push ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup dotnet
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.x'
#- name: Build and check
#run: dotnet run --project ./build -- check
- name: Publish Blazor example
run: dotnet run --project ./build -- publish
- name: Commit wwwroot to GitHub Pages
uses: JamesIves/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: root