Skip to content

chore: Bump Microsoft.Extensions.DependencyInjection and 2 others (#598) #71

chore: Bump Microsoft.Extensions.DependencyInjection and 2 others (#598)

chore: Bump Microsoft.Extensions.DependencyInjection and 2 others (#598) #71

Workflow file for this run

name: Docs
on:
push:
branches:
- main
paths:
- 'docs/**'
- 'src/*/PublicAPI.*.txt'
- '.github/workflows/docs.yml'
pull_request:
paths:
- 'docs/**'
- 'src/*/PublicAPI.*.txt'
- '.github/workflows/docs.yml'
jobs:
generate_docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Setup .NET
uses: actions/setup-dotnet@v5
with:
dotnet-version: |
8.x
9.x
10.x
- name: Run docs generation
run: ./docs/generate.ps1
- name: Publish docs to GH Pages
if: github.event_name == 'push'
run: ./docs/push.ps1 -a ${{ github.token }}