Skip to content

Commit 35c58a3

Browse files
committed
It was deleting docs
1 parent 7e9ee5d commit 35c58a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/make-multi.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ end
7676
run(`git status`)
7777
@info "Cleaning up $gitroot."
7878
for file in readdir(gitroot; join = true)
79-
println(file)
79+
if file == "/home/runner/work/GraphNeuralNetworks.jl/GraphNeuralNetworks.jl/docs" && continue
8080
endswith(file, ".git") && continue
8181
rm(file; force = true, recursive = true)
8282
end

0 commit comments

Comments
 (0)