Skip to content

Commit

Permalink
Create docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviablaza authored Feb 12, 2024
1 parent ddee144 commit 16c3687
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/crystal.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 16c3687

Please sign in to comment.