Skip to content

Update links-theory.md #41

Update links-theory.md

Update links-theory.md #41

Workflow file for this run

name: .NET
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
TOKEN: ${{ secrets.TOKEN }}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: |
cd Platform
dotnet build
cd ..
- name: Publish Docs
if: github.event_name == 'push'
run: bash ./publish-docs.sh