Skip to content

Bump coverlet.collector from 6.0.0 to 6.0.2 (#278) #414

Bump coverlet.collector from 6.0.0 to 6.0.2 (#278)

Bump coverlet.collector from 6.0.0 to 6.0.2 (#278) #414

Workflow file for this run

name: github pages
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: DocFX
uses: nikeee/[email protected]
with:
args: docs/docfx.json
- name: Deploy
if: github.ref == 'refs/heads/main'
uses: peaceiris/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/_site