Skip to content

Fix bug in text formatting for captioned types; update tests; bump ve… #37

Fix bug in text formatting for captioned types; update tests; bump ve…

Fix bug in text formatting for captioned types; update tests; bump ve… #37

Workflow file for this run

name: Deploy Documentation
on:
push:
branches: [ "master" ]
workflow_dispatch:
permissions:
contents: write
pages: write
id-token: write
concurrency:
group: "pages"
cancel-in-progress: false
jobs:
deploy_docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Crystal
uses: crystal-lang/install-crystal@v1.8.0
- name: Build Docs
run: shards install && crystal docs
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4.4.3
with:
branch: gh-pages
folder: docs
single-commit: true