Skip to content

Merge pull request #9 from contextgeneric/extensible-datatypes-part-4 #48

Merge pull request #9 from contextgeneric/extensible-datatypes-part-4

Merge pull request #9 from contextgeneric/extensible-datatypes-part-4 #48

Workflow file for this run

name: Build and Deploy GitHub Pages
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: build_and_deploy
uses: shalzz/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}