Skip to content

Bump BenchmarkDotNet from 0.13.11 to 0.13.12 #30

Bump BenchmarkDotNet from 0.13.11 to 0.13.12

Bump BenchmarkDotNet from 0.13.11 to 0.13.12 #30

Workflow file for this run

name: GitHub Pages
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
global-json-file: global.json
- run: dotnet tool update -g docfx
- run: docfx docs/docfx.json
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/_site