From 16c368700de05f2958cd52fc4f583bc793850f88 Mon Sep 17 00:00:00 2001 From: Xavi Ablaza Date: Mon, 12 Feb 2024 08:59:16 -0600 Subject: [PATCH] Create docs workflow --- .github/workflows/crystal.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/crystal.yml diff --git a/.github/workflows/crystal.yml b/.github/workflows/crystal.yml new file mode 100644 index 0000000..f249ae0 --- /dev/null +++ b/.github/workflows/crystal.yml @@ -0,0 +1,20 @@ +name: Crystal CI + +on: + push: + branches: [ "docs" ] + pull_request: + branches: [ "docs" ] + +jobs: + build: + + runs-on: ubuntu-latest + + container: + image: crystallang/crystal + + steps: + - uses: actions/checkout@v3 + - name: Generate docs + run: crystal docs