Skip to content

Fix best_score initialization in negamax function #560

Fix best_score initialization in negamax function

Fix best_score initialization in negamax function #560

Workflow file for this run

name: docs
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: crystal-lang/install-crystal@v1
- name: Install dependencies
run: shards install
- name: Generate document
run: crystal docs
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs