Skip to content

Allow calling higher-order generic functions with a generic function … #770

Allow calling higher-order generic functions with a generic function …

Allow calling higher-order generic functions with a generic function … #770

Workflow file for this run

name: autopublish
on:
push:
branches: [ main ]
jobs:
autopublish:
runs-on: ubuntu-latest
steps:
- name: Autopublish Docs
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.AUTOPUBLISH }}
repository: alantech/alanlang-docs
event-type: autopublish
client-payload: '{}'
- name: Autopublish Homepage
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.AUTOPUBLISH }}
repository: alantech/alanlang-homepage
event-type: autopublish
client-payload: '{}'