Skip to content

Extract possible collisions to Utils (#31) #50

Extract possible collisions to Utils (#31)

Extract possible collisions to Utils (#31) #50

Workflow file for this run

name: Upload docs
on:
push:
branches: [main]
permissions:
contents: write
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Install Crystal
uses: crystal-lang/install-crystal@v1
- name: Build docs
run: shards && crystal docs
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: docs # The folder the action should deploy.