We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73d89d5 commit b8520fcCopy full SHA for b8520fc
.github/workflows/Documenter.yml
@@ -12,6 +12,7 @@ jobs:
12
steps:
13
- 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"'
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"'
16
- uses: julia-actions/julia-buildpkg@latest
17
- uses: julia-actions/julia-docdeploy@latest
18
env:
0 commit comments