Skip to content

Add C# compilation with Mono (#1013) #140

Add C# compilation with Mono (#1013)

Add C# compilation with Mono (#1013) #140

Workflow file for this run

name: Build and Deploy
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
if: github.repository == 'algorithm-archivists/algorithm-archive'
steps:
- name: Checkout
uses: actions/checkout@v2
with:
persist-credentials: false
- name: Install and build
run: |
npm install
npx honkit build
- name: Deploy
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: _book