Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aurorarossi committed Nov 4, 2024
1 parent 35c58a3 commit 5672b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/make-multi.jl
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ end
run(`git status`)
@info "Cleaning up $gitroot."
for file in readdir(gitroot; join = true)
if file == "/home/runner/work/GraphNeuralNetworks.jl/GraphNeuralNetworks.jl/docs" && continue
file == "/home/runner/work/GraphNeuralNetworks.jl/GraphNeuralNetworks.jl/docs" && continue
endswith(file, ".git") && continue
rm(file; force = true, recursive = true)
end
Expand Down

0 comments on commit 5672b24

Please sign in to comment.