Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Aug 10, 2024
2 parents 225e18a + e993432 commit 769abc3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "PlutoSliderServer"
uuid = "2fc8631c-6f24-4c5b-bca7-cbb509c42db4"
authors = ["Fons van der Plas <[email protected]>"]
version = "0.3.29"
version = "0.3.30"

[deps]
AbstractPlutoDingetjes = "6e696c72-6542-2067-7265-42206c756150"
Expand Down Expand Up @@ -32,7 +32,7 @@ Configurations = "0.16, 0.17"
Distributed = "1"
FromFile = "0.1"
Git = "1"
GitHubActions = "0.1"
GitHubActions = "0.1.5"
Glob = "1"
HTTP = "^1.0.2"
JSON = "0.21"
Expand Down
5 changes: 2 additions & 3 deletions src/PlutoSliderServer.jl
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,7 @@ function load_cool_logger()
logger_loaded[] = true
if ((global_logger() isa ConsoleLogger) && !is_inside_pluto())
if get(ENV, "GITHUB_ACTIONS", "false") == "true"
# TODO: disabled because of https://github.com/JuliaWeb/HTTP.jl/issues/921

# global_logger(GitHubActionsLogger())
global_logger(GitHubActionsLogger())
else
global_logger(try
TerminalLogger(; margin=1)
Expand Down Expand Up @@ -226,6 +224,7 @@ function run_directory(
end
end

@info "Versions" julia=VERSION pluto=Pluto.PLUTO_VERSION plutosliderserver=(VERSION >= v"1.9" ? pkgversion(@__MODULE__) : nothing)
@info "Settings" Text(settings)

settings.SliderServer.enabled &&
Expand Down

0 comments on commit 769abc3

Please sign in to comment.