Skip to content

Cable::Server#active_connections_for and Cable::Server#subscribed_cha… #34

Cable::Server#active_connections_for and Cable::Server#subscribed_cha…

Cable::Server#active_connections_for and Cable::Server#subscribed_cha… #34

Workflow file for this run

name: Deploy docs
on:
push:
branches: [master]
jobs:
deploy:
runs-on: ubuntu-latest
container:
image: crystallang/crystal:1.7.3
steps:
- uses: actions/checkout@v2
with:
persist-credentials: false
- name: "Install shards"
run: shards install
- name: "Generate docs"
run: crystal docs
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs