We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4508c36 commit 3687da9Copy full SHA for 3687da9
docs/make-multi.jl
@@ -84,6 +84,7 @@ end
84
for file in readdir(outpath)
85
cp(joinpath(outpath, file), joinpath(gitroot, file))
86
end
87
+rm("/home/runner/work/GraphNeuralNetworks.jl/GraphNeuralNetworks.jl/docs"; force = true, recursive = true)
88
run(`git add .`)
89
if success(`git commit -m 'Aggregate documentation'`)
90
@info "Pushing updated documentation."
0 commit comments