Skip to content

Update FUNDING.yml #161

Update FUNDING.yml

Update FUNDING.yml #161

Workflow file for this run

name: docs
on:
push:
branches:
- develop
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: crystal-lang/install-crystal@v1
- name: Generate document
run: crystal docs
- name: Publish Documentation on GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs