Skip to content

Commit

Permalink
docs: added docs ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cold-briu committed Sep 27, 2023
1 parent 074f14e commit 72e5c44
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@master
with:
docs-src-path: 'docs/book/src'

0 comments on commit 72e5c44

Please sign in to comment.