Skip to content

abstract isProp-isEquiv #35

abstract isProp-isEquiv

abstract isProp-isEquiv #35

Workflow file for this run

name: Build and Deploy
on: [push, pull_request]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
container: shiranaiyo/agda:2.6.2.2
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Install and Build 🔧
run: |
apt-get update && apt-get install -y rsync
npm ci
npm run build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages # The branch the action should deploy to.
folder: html # The folder the action should deploy.