Skip to content

Commit

Permalink
Update make.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
MasonProtter authored Feb 1, 2024
1 parent a3c48d8 commit 0503ee9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ function should_push_preview(event_path = get(ENV, "GITHUB_EVENT_PATH", nothing)
pull_request = get(event, "pull_request", nothing)
pull_request === nothing && return false
labels = [x["name"] for x in pull_request["labels"]]
# https://developer.github.com/v3/activity/events/types/#pullrequestevent
yes = "push_preview" in labels
if yes
@info "Trying to push preview as label `push_preview` is specified." labels
Expand All @@ -25,7 +24,6 @@ makedocs(;
"Home" => "index.md",
],
warnonly = true,
# repo="https://github.com/tkf/ThreadsX.jl/blob/{commit}{path}#L{line}",
sitename="ThreadsX.jl",
authors="Takafumi Arakaki <[email protected]>",
)
Expand Down

6 comments on commit 0503ee9

@MasonProtter
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error while trying to register: Changing package repo URL not allowed, please submit a pull request with the URL change to the target registry and retry.

@MasonProtter
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error while trying to register: Changing package repo URL not allowed, please submit a pull request with the URL change to the target registry and retry.

@MasonProtter
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error while trying to register: Version 0.1.11 already exists

Please sign in to comment.