Skip to content

Commit 3687da9

Browse files
committed
Cleaner
1 parent 4508c36 commit 3687da9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/make-multi.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ end
8484
for file in readdir(outpath)
8585
cp(joinpath(outpath, file), joinpath(gitroot, file))
8686
end
87+
rm("/home/runner/work/GraphNeuralNetworks.jl/GraphNeuralNetworks.jl/docs"; force = true, recursive = true)
8788
run(`git add .`)
8889
if success(`git commit -m 'Aggregate documentation'`)
8990
@info "Pushing updated documentation."

0 commit comments

Comments
 (0)