Skip to content

Commit

Permalink
more work on Quarto plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-alt committed Aug 27, 2024
1 parent 88f75c2 commit 977fcfc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@


# EnergySamplers

Test if rendering works.
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaTrustworthyAI.github.io/EnergySamplers.jl/stable/) [![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://JuliaTrustworthyAI.github.io/EnergySamplers.jl/dev/) [![Build Status](https://github.com/JuliaTrustworthyAI/EnergySamplers.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/JuliaTrustworthyAI/EnergySamplers.jl/actions/workflows/CI.yml?query=branch%3Amain) [![Coverage](https://codecov.io/gh/JuliaTrustworthyAI/EnergySamplers.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/JuliaTrustworthyAI/EnergySamplers.jl) [![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/invenia/BlueStyle)
9 changes: 7 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ end

# (b) Did someone say render?
if "--quarto" ARGS
@info "Rendering README"
run(`quarto render $(joinpath(@__DIR__, "..", "README.qmd"))`)
@info "Rendering docs"
run(`quarto render $(joinpath(@__DIR__, "src"))`)
end
Expand All @@ -55,9 +53,16 @@ makedocs(;
authors="Patrick Altmeyer and contributors",
sitename="EnergySamplers.jl",
format=Documenter.HTML(;
canonical="https://JuliaTrustworthyAI.github.io/EnergySamplers.jl",
edit_link="main",
assets=String[],
),
pages=[
"Home" => "index.md",
],
)

deploydocs(;
repo="github.com/JuliaTrustworthyAI/EnergySamplers.jl",
devbranch="main",
)

0 comments on commit 977fcfc

Please sign in to comment.