Skip to content

Commit

Permalink
Add index dummy file
Browse files Browse the repository at this point in the history
  • Loading branch information
THinnerichs committed Apr 5, 2024
1 parent 95a0385 commit ff4a40a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
17 changes: 16 additions & 1 deletion .github/workflows/check_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,23 @@ jobs:
run: |
julia --project=docs -e '
using Documenter, HerbCore;
content = """
```@meta
CurrentModule = HerbCore
DocTestSetup = quote
using HerbCore
end
```
```@autodocs
Modules = [HerbCore]
```
"""
open("index.md", "w") do file
write(file, content)
end
makedocs(
source="../.github/workflow/src",
source="",
sitename="HerbCore.jl",
modules=[HerbCore],
format=Documenter.HTML(),
Expand Down
15 changes: 0 additions & 15 deletions .github/workflows/src/index.md

This file was deleted.

0 comments on commit ff4a40a

Please sign in to comment.