Skip to content

Commit

Permalink
docs: deploy with github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
AldoGl committed May 16, 2024
1 parent 6859757 commit 5533bb0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
7 changes: 7 additions & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[deps]
BeforeIT = "ca9fcad7-41d0-4f76-b1e5-366c28bce52e"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd"
6 changes: 2 additions & 4 deletions docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
push!(LOAD_PATH, "../src/")
include("../src/BeforeIT.jl")

cd(@__DIR__)
println("Loading packages...")
using .BeforeIT
using BeforeIT
using Documenter
using Literate

Expand Down

0 comments on commit 5533bb0

Please sign in to comment.