Skip to content

Commit

Permalink
build docs via CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bitprophet committed Oct 9, 2021
1 parent 4bebc2f commit 9d64e17
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

orbs:
orb: invocations/orb@1.0.2
orb: invocations/orb@1.0.4

workflows:
main:
Expand All @@ -22,3 +22,7 @@ workflows:
matrix:
parameters:
version: ["3.7", "3.8", "3.9"]
- orb/docs:
name: "Docs"
requires: ["Test 3.6 (w/ coverage)"]
task: "docs --nitpick"

0 comments on commit 9d64e17

Please sign in to comment.