Skip to content

Updated source code doc for table.cr #93

Updated source code doc for table.cr

Updated source code doc for table.cr #93

Workflow file for this run

on:
push:
branches: [development]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Download source
uses: actions/checkout@v4
- name: Install Crystal
uses: crystal-lang/install-crystal@v1
#- name: Install dependencies
#run: shards install
# - name: Run specs
# run: crystal spec -v
# - name: Check formatting
# run: crystal tool format --check
# - name: Run ameba linter
# run: bin/ameba
- name: Build docs
run: crystal docs
- name: Deploy docs 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: docs
clean: true