Skip to content

Bump System.Text.Json from 8.0.0 to 8.0.4 in /src/Bach.Model #12

Bump System.Text.Json from 8.0.0 to 8.0.4 in /src/Bach.Model

Bump System.Text.Json from 8.0.0 to 8.0.4 in /src/Bach.Model #12

Workflow file for this run

name: Docs Only Build
on:
workflow_dispatch:
push:
jobs:
build-docs:
name: Build Docs
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build Documentation
uses: nikeee/[email protected]
with:
args: docs/docfx.json
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs
publish_branch: generate-documentation