Skip to content

Commit b8520fc

Browse files
author
Cédric Belmant
committed
Fix patch for Documenter on CI
1 parent 73d89d5 commit b8520fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/Documenter.yml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414
- run: julia --project -e 'using Pkg; pkg"add https://github.com/serenity4/JuliaInterpreter.jl#codetracking-v2 https://github.com/serenity4/CodeTracking.jl#parametrize-by-mt"'
15+
- run: cd docs && julia --project -e 'using Pkg; pkg"add https://github.com/serenity4/JuliaInterpreter.jl#codetracking-v2 https://github.com/serenity4/CodeTracking.jl#parametrize-by-mt"'
1516
- uses: julia-actions/julia-buildpkg@latest
1617
- uses: julia-actions/julia-docdeploy@latest
1718
env:

0 commit comments

Comments
 (0)