Skip to content

Commit f8d0560

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Documenter.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
14-
- 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"'
14+
- 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"'
1515
- uses: julia-actions/julia-buildpkg@latest
1616
- uses: julia-actions/julia-docdeploy@latest
1717
env:

0 commit comments

Comments
 (0)