Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
add docs CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahschwartz committed Jul 28, 2023
1 parent 801dc53 commit 9ece56f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Docs

on:
push:
branches:
- master
pull_request:
release:
types: [published]

jobs:
test:
uses: FuelLabs/github-actions/.github/workflows/mdbook-docs.yml@sarah/docs
with:
docs-src-path: 'docs/src'

0 comments on commit 9ece56f

Please sign in to comment.