Skip to content

Commit

Permalink
fix CI documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenZhao44 committed Oct 23, 2023
1 parent d87600c commit 6fb81a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ jobs:
- run: |
julia --project=docs -e '
using Documenter: DocMeta, doctest
using Liang
DocMeta.setdocmeta!(Liang, :DocTestSetup, :(using Liang); recursive=true)
doctest(Liang)'
using ZXCalculus
DocMeta.setdocmeta!(ZXCalculus, :DocTestSetup, :(using ZXCalculus); recursive=true)
doctest(ZXCalculus)'

0 comments on commit 6fb81a9

Please sign in to comment.