Skip to content

Commit

Permalink
try yet another fix for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mastrof committed Dec 28, 2023
1 parent 21b7768 commit 41187b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
cd(@__DIR__)
ENV["JULIA_PKG_SERVER"] = ""
ENV["JULIA_DEBUG"] = "Documenter"
import Pkg; Pkg.add(name="Agents", rev="main")
using MicrobeAgents
using Documenter
ENV["JULIA_DEBUG"] = "Documenter"
CI = get(ENV, "CI", nothing) == "true" || get(ENV, "GITHUB_TOKEN", nothing) !== nothing
import Literate
using Plots
Expand Down

0 comments on commit 41187b5

Please sign in to comment.