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 35c58a3 commit 5672b24Copy full SHA for 5672b24
docs/make-multi.jl
@@ -76,7 +76,7 @@ end
76
run(`git status`)
77
@info "Cleaning up $gitroot."
78
for file in readdir(gitroot; join = true)
79
- if file == "/home/runner/work/GraphNeuralNetworks.jl/GraphNeuralNetworks.jl/docs" && continue
+ file == "/home/runner/work/GraphNeuralNetworks.jl/GraphNeuralNetworks.jl/docs" && continue
80
endswith(file, ".git") && continue
81
rm(file; force = true, recursive = true)
82
end
0 commit comments