Skip to content

Documentation updatates #20

Documentation updatates

Documentation updatates #20

Workflow file for this run

name: PR check
on:
pull_request:
types:
- opened
- synchronize
- edited
jobs:
deploy-to-github-pages:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x
- name: Run build.fsx
run: dotnet fsi build.fsx -- -p test