Skip to content

Commit

Permalink
Test docs
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelburnham committed Jan 22, 2024
1 parent 87651f2 commit 908cf5a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Generate and deploy crate docs

on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
paths:
- "**.rs"
- "Cargo.toml"
- "Cargo.lock"
workflow_dispatch:

jobs:
docs:
uses: lurk-lab/ci-workflows/.github/workflows/docs.yml@main

0 comments on commit 908cf5a

Please sign in to comment.