Skip to content

feat: Ignore .NETStandard when other targets exists (#177) #111

feat: Ignore .NETStandard when other targets exists (#177)

feat: Ignore .NETStandard when other targets exists (#177) #111

Workflow file for this run

name: docs
on:
workflow_dispatch:
push:
branches:
- main
jobs:
update-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.x.x
- name: Update README
run: dotnet run -- update-README --parallel
working-directory: tools/Build