Skip to content

Commit e56e5c5

Browse files
committed
fix GHA to fix doctests
1 parent a7ea8f0 commit e56e5c5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/fix_doctests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
version: ${{ matrix.julia-version }}
1515
- uses: actions/checkout@v1
1616
- name: Fix doctests
17-
shell: julia --project=docs/ {0}
18-
run: |
19-
using Pkg:Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
20-
using Documenter
21-
using ChainRulesTestUtils
22-
doctest(ChainRulesTestUtils, fix=true)
17+
shell: julia --project=docs/ {0}
18+
run: |
19+
using Pkg:Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()
20+
using Documenter
21+
using ChainRulesTestUtils
22+
doctest(ChainRulesTestUtils, fix=true)
2323
- uses: reviewdog/action-suggester@v1
2424
if: github.event_name == 'pull_request'
2525
with:

0 commit comments

Comments
 (0)