Skip to content

Render to HTML

Render to HTML #9

Workflow file for this run

on: [push]
jobs:
typechecking:
runs-on: ubuntu-latest
name: Typechecking
steps:
- name: "Clone repository"
uses: actions/checkout@v2
- name: Run Agda
id: typecheck
uses: ayberkt/agda-github-action@v1.1
with:
main-file: index.agda
source-dir: src
- name: Upload HTML
id: html-upload
uses: actions/upload-artifact@v1
with:
name: html
path: html